magento-2-smtp
magento-2-smtp copied to clipboard
Error 'has time out' when sending test email
Preconditions (*)
- Magento 2.4.2-p1 or 2.4.3
Steps to reproduce (*)
- Upgrade Magento to version 2.4.2-p1 or 2.4.3
- Access the SMTP module configuration to send test emails
Expected result (*)
- Email notification sent successfully
Actual result (*)
- Show error message 'smtp.gmail.com has timed out'
I checked and found the cause of the problem from a third party. To fix this problem, you need to upgrade the laminas/laminas-mail library to version 2.15.1. https://github.com/laminas/laminas-mail/pull/171/commits/ff03b85477c76cf84907b29832600365c9ac38d1
I checked and found the cause of the problem from a third party. To fix this problem, you need to upgrade the laminas/laminas-mail library to version 2.15.1. laminas/laminas-mail@ff03b85
legend!