Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.1] Yet another attempt to fix Swift Mailer related SSL failures (I…
…ssue #4573) (#13583) * Issue #4573 - close mailer connection after sending message - fix return statements and related phpdoc * Minor Fixed code style according to StyleCI * Revert return type fixes * Minor fixed code style according to StyleCI * Minor StyleCI still not happy... :-( * - Reverted removal of Mailer::forceReconnection() method - wrap try-finally around swift->send(); transport->stop(); * Minor: remove temporary result variable * Use private field instead of public getter for swift mailer
- Loading branch information