Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can you send mail from your mail to someone else using HTML?

What I have tried:

Research, but I can't find what I'm looking for.
Posted
Updated 13-Nov-17 4:47am

1 solution

You did not find anything, because you cannot send an email with HTML, HTML is merely a markup language and has nothing to do with any sort of processing.

You can use any server-side programming framework to send an email, or even a language such as C++/C# or Java. This topic has been covered enormously, that even writing this post was a redundancy. For example, consider this article,
Universal SMTP code to send emails in .NET apps[^], this was for C#, there are many other libraries written for Java, C++, Python and rest to send the emails.

You can use JavaScript to do this, but that would still require someone's backend server such as the Gmail REST API to send emails. Gmail API  |  Google Developers[^]
 
Share this answer
 
Comments
Kaj Lao 13-Nov-17 10:59am    
Thanks for your help!
Karthik_Mahalingam 13-Nov-17 22:17pm    
5

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