+ 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 Answers
+ 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