/EmailSend-JS

Sending email with Javascript without using any server-side codes.

Primary LanguageHTMLMIT LicenseMIT

EmailSend JS

Sending email with Javascript without using any server-side codes.

Library

How to Use

1. Visit SMTP JS to get your Secure Token for encrypting your SMTP credentials.
SMTP Server Settings
These are SMTP Server settings for popular mailing domains.
  1. Copy and Paste your Secure Token to js/script.js
const secureToken = "6afc7f8f-a14e-****-***-*******";
  1. Open index.html and you are good to go 🎉🎉.