Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimized
MailManager::createSmtpTransport
(#694)
* Update MailManager.php * Revert "Update MailManager.php" This reverts commit 1a9f6c9. * feat: Refactor MailManager.php to improve readability and maintainability The code changes in `MailManager.php` refactor the `createSmtpTransport` method to improve readability and maintainability. The changes include type casting for certain configuration values and use of the null coalescing operator to handle missing values. This ensures that the method creates the SMTP transport correctly. Note: This message has been generated based on the provided code changes and recent commits. --------- Co-authored-by: Deeka Wong <[email protected]>
- Loading branch information