Can you tell me how to send email using javascript?
Answer Posted / pankajbisane
Simple MailTo
<a href="mailto:astark1@unl.edu">
MailTo with Multiple Recipients
<a href="mailto:astark1@unl.edu,ASTARK1@UNL.EDU">
MailTo with Subject
<a href="mailto:astark1@unl.edu?subject=Comments from
MailTo Syntax Page">
MailTo with a Copy
<a href="mailto:astark1@unl.edu?cc=ASTARK1@UNL.EDU">
MailTo with a Blind Copy
<a href="mailto:astark1@unl.edu?bcc=ASTARK1@UNL.EDU">
MailTo with message already started in Body
<a href="mailto:astark1@unl.edu?body=I am having trouble
finding information on ">
MailTo with multiline message in Body
<a href="mailto:astark1@unl.edu?body=The message's first
paragraph.%0A%0aSecond paragraph.%0A%0AThird Paragraph.">
NOTE: Use "%0A" for a new line, use "%0A%0A" for a new
line preceded by a blank line.
Features may be used in combination
MailTo with Subject, a Recipient, a Copy and a Blind Copy
<a href="mailto:astark1@unl.edu?subject=MailTo
Comments&cc=ASTARK1@UNL.EDU&bcc=id@internet.node">
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Where is javascript used most?
Why do we need npm?
What is the difference between an array and an object?
What is viewstate in javascript?
You have an asp. Net web application running on a web-farm that does not use sticky sessions - so the requests for a session are not guaranteed to be served the same machine. Occasionally, the users get error message validation of view state mac failed. What could be one reason that is causing this error?
Which type of variable among global and local, takes precedence over other if names are same?
What is scope of variable in javascript?
What do you mean by enumeration?
List out all the falsifying tokens in Javascript?
What does => mean in node js?
Do unused imports affect performance javascript?
What is console.log()?
What is an object in javascript, give an example?
Where should I put script tags?
How much time it will take to learn javascript?