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 |
What is client side in javascript?
What are javascript functions?
What is trim whitespace google sheets?
List few difference between java and javascript?
What is npm javascript?
Are javascript variables global?
What is a null variable in javascript?
how to activate and deactivate the constraint with all the default values
What creates scope in javascript?
What is use of object as function?
Write about the errors shown in javascript?
Why jquery is used instead of javascript?