How to use SmtpjS to send email in ionic 3?

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 ?

Put it in index.html

2 Likes

HI
hope this might help someone
smtp mailing process