Click to See Complete Forum and Search --> : Send email by code in JavaScript, HELP
adiior
May 19th, 2003, 12:11 PM
Hello *,
I need to know how can I send a email by code in Javascript.
Not like:"mailto:username@domain.com", because it's assume that user has installed a email client.
Thank you !
zy_abc
May 19th, 2003, 12:38 PM
To my knowledge i don't think we can send mail via JavaScript. However you can send mail using SMTP Server with the help of ASP.NET, JAVA etc.,
adiior
May 19th, 2003, 12:45 PM
Hi,
Thx for reply.
So, in this case, maybe an JAVA applet can solve my problem.
If I don't ask to much, do you know a ready to run JAVA applet for this.
Thx, again !
"C" U tomorrow (maybe!)
zy_abc
May 19th, 2003, 12:55 PM
Do go this website you might get some ideas.
http://forums.devshed.com/t49827/s2f6f909e21eb02d7008f58f581543e12.html
lord loh
May 22nd, 2003, 05:50 AM
IE can send emails from forms...by setting the action="mainto:adiior@adiior-mail-site.com"
The message must be in a field called message and must be proper HTML and use JS to send it...manipulate it with hidden fields...
hope this helps....
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.