Can you tell me how to send email using javascript?

Answers were Sorted based on User's Feedback



Can you tell me how to send email using javascript?..

Answer / 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

Can you tell me how to send email using javascript?..

Answer / prasad konnur

No we can't send mail using javascript. java script is a
client side scripting.

To send a mail we need a server side scripting like PHP.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More JavaScript Interview Questions

how to run the servlet in tomcat

0 Answers   DELL, TCS,


What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F;</span> } console.log(y);

1 Answers  


Explain the working of timers in JavaScript? Also elucidate the drawbacks of using the timer, if any?

0 Answers  


What is undefined in math?

0 Answers  


Are Typescript and Javascript the same?

0 Answers  






What is built in function in javascript?

0 Answers  


What is the === in javascript?

0 Answers  


Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases

0 Answers   Ignou,


What is Currying in Javascript?

0 Answers  


Write sample code for pagination using java script.

3 Answers  


Why is my javascript function not defined?

0 Answers  


What does the delete operator do in JavaScript?

1 Answers  


Categories