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


Please Help Members By Posting Answers For Below Questions

How can you read properties of an Object in JavaScript?

533


Difference between Pure functions Vs. Impure functions in javascript?

491


What is use of flutter?

501


How do you reverse a string in javascript?

456


Event bubbling and Event Capturing in JavScript?

556






Explain export & import in javascript?

599


What is screen object in JavaScript?

573


Can you explain the difference between == and ===?

500


How many types of functions JavaScript supports?

516


Can you explain about screen object?

552


Which is best for front end?

473


What does a typeof operator do?

592


What is javascript ‘strict mode’?

489


What is camelcase in programming?

437


What is the difference between local storage & session storage?

476