Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
1.00/5 (6 votes)
See more:
How can I send email using javascript?
please, just give code me just here.
please try don't answer by link other site.
please help me.
Posted
Updated 13-Sep-12 8:15am
v3
Comments
[no name] 13-Sep-12 14:07pm    
"just give code", okay fair enough. Just as soon as you pay me for my time I will give you the code.
[no name] 13-Sep-12 14:10pm    
ok thanks mr
bbirajdar 13-Sep-12 14:12pm    
Just give your just one day's salary to just one of us and you will just get the code.. Do you just agree ?
[no name] 13-Sep-12 14:17pm    
no iam want code javascript but free
[no name] 13-Sep-12 14:26pm    
Have you searched or Googled for a solution?
Be specific! Don't ask "I need to write a booking application". Specify exactly what it is you need help with.
Keep the subject brief but descriptive. eg "How do I change the dialog colour?"
Keep the question as concise as possible. If you have to include code, include the smallest snippet of code you can - do not dump your entire codebase.
Tag your question appropriately.
Your question may be edited or retagged by others. Anything inappropriate will be removed.
If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read.
Do not be abusive, offensive, inappropriate, harass anyone on the boards or post ads or spam. Doing so will get you kicked off and banned. Play nice.



1 solution

Shortly: you can not.
Longer: you can, if you have a server side backend, that will be called from client side with the parameters needed - and that backend would actually send out the email via a proper provider. Theoretically you can make ajax calls to some email providers, but you would have to embed your username and password in the html code, thus you would give it out to everyone.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900