I found this js library https://www.smtpjs.com/ but I couldn’t use it in my app.
Where should I put this line ?
<script src="https://smtpjs.com/v2/smtp.js"></script>
then, how can I import and use this code ?
Email.send("from@you.com",
"to@them.com",
"This is a subject",
"this is the body",
"smtp.yourisp.com",
"username",
"password");
Any help please ?