cutelyst / simple-mail

An SMTP library written in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to send mail! "Response timed out" after 1ms

RoyBellingan opened this issue · comments

While executing demo3
Looks like for some reason the timeout is very aggressive.
I only set the login detail.

On the server (exim 4.88) the log only gives

SSL_write: (from [37.x.y.z]) syscall: Broken pipe

I will try to give a look.

I recommend you using the async version, still the timeout for the sync version is 60 seconds, I believe you have a different issue.

closing as we need more info