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

Relaese message does nothing #25

Open
webprogrammierer opened this issue Aug 25, 2017 · 6 comments
Open

Relaese message does nothing #25

webprogrammierer opened this issue Aug 25, 2017 · 6 comments

Comments

@webprogrammierer
Copy link

'Release message" does not work:
Same behavior if you fill in correct smtp server login data as if you leave all the field blank. Mailhog does nothing, no error message, no success, no hint, no action!

Please repair.

@focbenz
Copy link

focbenz commented Feb 15, 2018

The UI does not contain any hints why the messages were not released.
Check the log messages for errors ... using the latest docker image e.g. we saw rejected connections from our peer while sending test mails using SMTP via telnet from the same host worked:

Got message: [email protected] Using server with name: localmailserver Releasing to [email protected] (via localmailserver:25) Failed to release message: read tcp LOCAL_IP:LOCAL_PORT->SMTP_IP:25: read: connection reset by peer

Releasing a message to a simple SMTP server that accepts mails without SSL certificates might not work.

@dimaip
Copy link

dimaip commented May 9, 2018

I get somethins like this:

Found username/password, using auth mechanism: [PLAIN]
Failed to release message: EOF

Any ideas what it means? Happens with multiple smtp servers: gmail, amazon SES

@rgawron
Copy link

rgawron commented Dec 3, 2018

I have the same problem, any ideas ?
If I try use my mail server I have:
"x509: certificate signed by unknown authority"

And If I try use GMAIL I have
"Failed to release message: EOF"

@fchastanet
Copy link

same problem for me too

@goranhorvathr
Copy link

goranhorvathr commented Sep 26, 2019

Are you gents on http protocol if so Mailhog cannot send from http to be exact its not mailhog thats the fault its the smtp servers of google, yandex etc which only allow ssl/tls. Only requests from https will work. I dont have a solution yet also trying to figure it out.

@dimaip
Copy link

dimaip commented Sep 27, 2019

Yes, I am, thanks for clarifying!

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

6 participants