You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compatibility of the generated HTML content needs to be validated across different browsers and clients using some free or paid (not too costly) 3rd party APIs.
Add validateEmail function which used mailtrap and nodemailer to send emails
Resolves#97
Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
Problem:
The compatibility of the generated HTML content needs to be validated across different browsers and clients using some free or paid (not too costly) 3rd party APIs.
Solution:
For now, we have chosen mailtrap.io with their html-email-checker and Email APIs' Get message spam score to send email using nodemailer, generate report and fetch score using API.
The text was updated successfully, but these errors were encountered: