How can we send mail using Javascript?
Answer / 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 |
Name the two functions that are used to create an HTML element dynamically?
How to go next field without filling the text? Which function should we use?
What is array in javascript?
What is npm javascript?
What does “1?+2+4 Evaluate to? What about 5 + 4 + “3??
What are the distinct types of error name values?
What does the term sticky session mean in a web-farm scenario?
Is javascript necessary?
Difference between Pure functions Vs. Impure functions in javascript?
Is javascript safe to download?
What is number in javascript?
How to set the focus in an element using javascript?