SMTP log - mail was sent or not?

55 views
Skip to first unread message

Gosforth

unread,
Sep 22, 2017, 8:36:52 AM9/22/17
to Fat-Free Framework
I have SMTP log (result of f3 smtp command):

220 x.xx.com ESMTP Server
EHLO localhost
250-x.x.com Hello localhost [x.x.x.x]
250-SIZE 104857600
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
AUTH LOGIN
334 VXNdsf5hbWU6
YXVrY2plQGVseXJlhdfhgucGw=
334 Udsfc3dvcmQ6
UPPVkc2hpckU9MTg=
235 Authentication succeeded
MAIL FROM: 
250 OK
RCPT TO: 
250 Accepted
RCPT TO: 
250 Accepted
DATA
354 Please start mail input.
QUIT
221 Closing connection. Good bye.

Looks like mail was sent but why there is noting in "TO" or "FROM"?

I'm not receiving this mail for some reason so I debug...

ikkez

unread,
Sep 22, 2017, 8:51:03 AM9/22/17
to Fat-Free Framework
maybe you have not set the "From" and "To" header?

Gosforth

unread,
Sep 22, 2017, 9:17:18 AM9/22/17
to Fat-Free Framework
Oh, sorry - stupid thing. I print error on screen. This is hml so not visible part.
I have to check the reason on smtp server.
Regards
Reply all
Reply to author
Forward
0 new messages