How can we send mail using Javascript?

Answer Posted / sai dasika

Unfortunately we can't send a mail using javascipt directly.
You can use a form action attribute like
action="mailto:id@id.com&"+Subject+Body

Doing this you would use your default mail client setup on
your system to send a mail.


for further reference see the following link:-
http://www.webmasterworld.com/forum91/4864.htm

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different ways to create an array in javascript?

689


Mention what is the disadvantage of using innerhtml in javascript?

783


Is javascript enabled on chrome?

646


How to convert json string to object?

737


Define event bubbling?

685


What does unshift() function do in Javascript?

882


What are the types used in javascript?

709


How to get height and width of different browser in Javascript?

691


What do you mean by enumeration?

673


Which companies are using node js?

625


what is lazy fetching in hibernate

1707


How do I start a javascript project?

637


Where do I put javascript in html?

607


Are namespaces are there in javascript?

705


What is the ‘Strict’ mode in JavaScript and how can it be enabled?

743