Add a time limit option for the SMTP connection#172
Add a time limit option for the SMTP connection#172weierophinney merged 7 commits intozendframework:masterfrom MatthiasKuehneEllerhold:smtp-connection-time-limit
Conversation
|
This patch requires extended testing (probably via a |
|
I've added a test with the help of Reflections. There may be one issue: this PR sets the current connection to Example: We're injected a mocked connection in the Unit-Tests and do not rely on EDIT: Is targetting the master branch correct? Possible solution: Implement the auto-reconnect in the |
|
Thanks, @MatthiasKuehneEllerhold! |
As described in the documentation, this PR will add the option for a time limit for the SMTP connection.
If you like the general direction, I'm willing to add unit tests tomorrow.