Skip to content
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

Support TLS/SMTPS #2

Open
probonopd opened this issue Feb 5, 2016 · 3 comments
Open

Support TLS/SMTPS #2

probonopd opened this issue Feb 5, 2016 · 3 comments

Comments

@probonopd
Copy link

Can this be extended to support SMTPS (Simple Mail Transfer Protocol Secure) using WiFiClientSecure?

@soundstorm
Copy link
Member

You may have seen in the comment of ESPMailer.cpp, that TLS/SMTPS is planned, but currently not implemented (need to play around some more to do the handshake in the right place).
But if you've an working idea, feel free to push.

@rravivarman
Copy link

Hi, While trying ESPMailer, i am getting below error

..............Connected to WiFi
<220 smtp.gmail.com ESMTP x7sm11440831pfa.98 - gsmtp

HELO smtp.gmail.com
<250 smtp.gmail.com at your service

AUTH LOGIN
<530 5.7.0 Must issue a STARTTLS command first. x7sm11440831pfa.98 - gsmtp

Error while processing following command:

AUTH LOGIN
530 5.7.0 Must issue a STARTTLS command first. x7sm11440831pfa.98 - gsmtp

@mikdatdogru
Copy link

I have the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants