+ 2
How can I send an automatic email?
I don´t know how to make the code for sending an email. If you help me I will be very pleased. Thank u. :D
2 Réponses
+ 2
There are several ways to send an email through JS. Here I leave two quite common:
- https://www.w3schools.com/nodejs/nodejs_email.asp
- https://www.sitepoint.com/sending-emails-gmail-javascript-api/
+ 1
Mickel Sánchez gracias