+ 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 RĂ©ponses
+ 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