+ 2
How do you send emails using Javascript?
I’m trying to work on a project that requires me to send an email using my email address to an email address that someone enters in a website. I only require the js code. Thanks!
3 Antworten
+ 6
Ming Yang
Use smtp.js library to send mail using JS.
https://smtpjs.com/v3/smtp.js
+ 2
You can't send emails directly with JS.
+ 2
Aleksei Radchenkov I’ve read online that you can use a server called smtp but it doesn’t work for me