You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
I use this module to send my emails in the background via Zend / Mail, but my SMTP server allows only SSL connections.
After a few minutes of inactivity to send email, the tail always returns the same error with a message "SSL broken pipe".
Impossible to miss even creating a Mailer Service on the fly, which returns me an error like this: "SSL operation failed with code 1 OpenSSL Error messages: error: 1409F07F: SSL routines: SSL3_WRITE_PENDING: bad write retry in ..."
I think this is due to the permanent php process, so that the mail function with Zend/Mail can not work with SlmQueue...