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

email: FATAL: Smtp error: Timeout(10) while trying to read from SMTP server #59

Open
reos-rcrozier opened this issue Jan 14, 2022 · 1 comment

Comments

@reos-rcrozier
Copy link

I just installed eMail on an Ubuntu 20.04 machine, I have configured an SMTP server, but when I attempt to send an email I get:

$ echo "Test the eMail program" | email -V -s "Testing" redacted@mydomain.tld
Connecting to server mail.gandi.net on port 465
Init connection...                                                                                                                                                                            
email: FATAL: Smtp error: Timeout(10) while trying to read from SMTP server
@rb07
Copy link

rb07 commented Jan 14, 2022

SSL connections (port 465) don't seem to work with the current version.

If you have an option (i.e. TLS on port 587) you may make it work... but not with the distributed version, it needs a patch (a one line patch in dlib/src/dnet.c:175).

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