We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to track the low raw SMTP log as below to debug?
Connected to smtps://smtp.foo.com:465/ S: 220 dmz-front2.mail.foo.com ESMTP ready C: EHLO [10.100.40.55] S: 250-dmz-front2.mail.foo.com S: 250 AUTH PLAIN LOGIN C: AUTH PLAIN [base64 user+pass] S: 235 2.0.0 OK C: MAIL FROM:<[email protected]> S: 250 2.1.0 Ok C: RCPT TO:<[email protected]> S: 250 2.1.5 Ok C: DATA S: 354 End data with <CR><LF>.<CR><LF> C: From: [email protected] C: To: [email protected] C: Subject: [test] C: Date: Fri, 18 Oct 2019 11:33:35 +0800 C: MIME-Version: 1.0 C: Content-Type: text/plain; charset=utf-8 C: Content-Transfer-Encoding: base64 C: C: [some body] C: . S: 250 2.0.0 Ok: queued as ,,,,,,,,
The text was updated successfully, but these errors were encountered:
This project is unmaintained, see #104 and #108
But I find your request interesting, I will investigate to apply to my package go-simple-mail
Sorry, something went wrong.
No branches or pull requests
How to track the low raw SMTP log as below to debug?
The text was updated successfully, but these errors were encountered: