-
Notifications
You must be signed in to change notification settings - Fork 284
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
Sendmail: Reached EOF while searching for end marker #2683
Comments
To give more context, smtpout.secureserver.net is Go Daddy's web server and I'm trying to send an e-mail to myself via my account. |
The only likely cause that I can see is the server expecting a TLS connection, but an unencrypted one has been established. In that case you could try setting |
I did get a different response when I build/executed the following:
The output is: This sounds like a certificate issue. What's confusing to me is when I run a very similar program in python to send e-mail same way, it works without me mapping any certificate files. Is vibe-d different in that sense? Best wishes, |
I am using vibe-d on Ubuntu/AWS-EC2 and trying to send an email over it. The script is simple and is from the vibe-d example. However, it gets stuck for a long time and throws an error message.
Code:
Error:
The text was updated successfully, but these errors were encountered: