-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encrypt your SMTP credentials/ SecureToken #1
Comments
Author has a valid point... SMTPJS catches users with "Whoa!, wait a minute. I don't want my SMTP credentials visible to the world!", but then asks them to enter their username and password in plain text. It may make a lot of sense code-wise, but it would be great if there's an offline method of generating the token. Didn't manage by just git clone, main function calls |
I think this project is now exclusive to elasticmail. I am getting this warning when I try to generate the token. 'We're really sorry, but we are only accepting SMTP servers from elasticemail.com at present' |
As a result of this - leakage of passwords to smtpjs itself, and their restriction to servers over which I have no control -- I think SMTPJS is only fit for throwing in the bin. Now need to waste time researching the alternatives. |
are they alternative to encrypt smtp credentials apart from SMTP.js website? |
how to programmatically generate SecureToken in js ?
The text was updated successfully, but these errors were encountered: