aschroder / Magento-SMTP-Pro-Email-Extension

Full SMTP and Gmail/Google Apps Email support for Magento
aschroder.com
334 stars 208 forks source link

Function each in App_Mail_Transport_AmazonSES::_sendMail is deprecated in PHP 7.2 #258

Open norgeindian opened 5 years ago

norgeindian commented 5 years ago

The PHP function each is deprecated in PHP7.2. So to keep this module compatible with further PHP versions, it would be great to find a workaround for this function in App_Mail_Transport_AmazonSES line 98.