-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unrecognised command "MAIL FROM:<[address]>" #3
Comments
If possible, could you paste the MailHog log output for this bug - I can't reproduce it locally. Tried against MailHog v0.03 and it works (but from telnet, not Zend):
|
Tail of the log-file: 2014/10/29 17:04:09 [SMTP 127.0.0.1:60610, 0] Starting session Edit: Don't want the mail to be public available :) |
Thanks for the info. Can understand why you edited it, but I think that removed the bug. The example you now give works in Go-MailHog:
The example you originally gave didn't, because it wasn't valid SMTP syntax (it was missing the
Edit I couldn't find an SMTP RFC showing that syntax as valid, but happy for you to reopen the bug if there is one |
If its using the latest Zend Framework 1 or 2, it shouldn't be happening: |
Actually there were <> and I was using ZF 1.12.7. I updated to 1.12.9 to be 2014/10/29 17:44:09 [SMTP 127.0.0.1:60897, 0] Starting session 2014-10-29 18:21 GMT+01:00 Ian Kent [email protected]:
|
Thanks for the update - just spotted it, RSET is putting Go-MailHog back in ESTABLISH state, which is expecting another HELO/EHLO. |
When I try to use MailHog in a Zend Framework 1 Application via SMTP, I get an exception with the message "Unrecognised command". After sone debugging I found the SMTP-command "MAIL FROM:<[e-mail-address]>" responsible for the exception.
The text was updated successfully, but these errors were encountered: