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

How to track the low level raw SMTP log? #143

Open
ousiax opened this issue Oct 18, 2019 · 1 comment
Open

How to track the low level raw SMTP log? #143

ousiax opened this issue Oct 18, 2019 · 1 comment

Comments

@ousiax
Copy link

ousiax commented Oct 18, 2019

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 ,,,,,,,,
@ousiax ousiax changed the title How to track the low raw SMTP log? How to track the low level raw SMTP log? Oct 18, 2019
@xhit
Copy link

xhit commented Dec 17, 2019

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

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

No branches or pull requests

2 participants