Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Zend\Mail doesn't work with Smtp transport via SSL connection .. #130

@BnitoBzh

Description

@BnitoBzh

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions