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

Is array a data type in javascript?

452


What is a name function in javascript & how to define it?

494


Mention what is the disadvantage of using innerhtml in javascript?

605


How to call a function in every x seconds in javascript?

504


How to trigger a postback on an updatepanel from javascript?

485






java pgm for compare two vesion and print the greatest version on the console. e.g: like 1.4.2 and 1.5.2 biggest is 1.5.2 1.2.5 and 1.2.8 biggest is 1.2.8

1620


Is javascript a programming language?

458


How to get the contents of an input box using javascript?

517


What is question mark in javascript?

489


In which location cookies are stored on the hard disk?

510


How to prevent modification of an object in Javascript?

546


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

508


How do I enable javascript on google?

491


What does double mean in javascript?

529


What does js stand for?

462