Hello,
i m new here, i want some help in sending email from my web site.
is there any one who give me some hints,
pls help me in this regard.
thanks
waiting for your reply
Printable View
Hello,
i m new here, i want some help in sending email from my web site.
is there any one who give me some hints,
pls help me in this regard.
thanks
waiting for your reply
If you want to send email to a list of addresses, kind of like setting up a subscription to a newsletter. Then you need to use serverside scripting. HTML JS won't do it. Try using PHP.
If you need more help let me know.
thanks for reply. my problem is that, i want to send my email just like hotmail or yahoo,
pls help me in this regard.
it is most urgent matter.
pls help me as soon as possible.
hope for the best.
waiting for ur reply
can u give me ur email id. if u don't mind
Not sure what you mean by
i want to send my email just like hotmail or yahoo,
Are you familar w/ PHP
email me at
[email protected]
Hi, you propably want to have a link that refers to an email-action:
<a href="mailto:[email protected]?subject=email from webpage">Em@il me</a>
I hope this helps!
CharlieBrown