magepal / magento2-gmail-smtp-app

Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
https://www.magepal.com
319 stars 148 forks source link

Small code style fixes #169

Closed vmalyk closed 4 years ago

vmalyk commented 4 years ago
  1. Missed fix for Zend classes from PR #161.
  2. Removed extending TransportPlugin by Zend_Mail_Transport_Smtp - it doesn't use something from that class - all was implemented in Smtp classes.
  3. Fixed comments in Smtp classes according versions.
  4. Removed extra slashes in di.xml.