infiniteloopltd / SMTPJS.com

The source code behind SMTPJS.com
14 stars 3 forks source link

Encrypt your SMTP credentials/ SecureToken #1

Open kaszub4u opened 4 years ago

kaszub4u commented 4 years ago

how to programmatically generate SecureToken in js ?

street-grease-coder commented 3 years ago

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 smtp.aspx?action=Store, but unsure what happens the entered credentials after because smtp.aspx doesn't seem to contain any code.

malithmcr commented 2 years ago

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'

aubreyz commented 1 year ago

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.

log511 commented 1 year ago

are they alternative to encrypt smtp credentials apart from SMTP.js website?