Can anybody provide me a script to send an email using javascript. Kindly help me as i urgently need it
Can anybody provide me a script to send an email using javascript. Kindly help me as i urgently need it
ya you can send the email through javascript through href tages and give hyperlinks
Please, correct me when I wrong but email sending requires server side programming, but javascript is a client side language. You won't be able to send email only with pure javascript code.
Regards
Zoli
Do you want to pay for it? or do you want it free?
![]()
not possible to send email by only javascript. mailto links are just the way to open a program like outlook.
you must use server side scripts such as php, asp, cgi.
if you make a script that login to any email account based on a mail account and writing email by it, (you probably do that by using jquery like frameworks.) this is just a automize.
Why dont you use webscripting language for sending an email like php or asp.net you will use them to send easily.
Bookmarks