Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aschroder/Magento-SMTP-Pro-Email-Extension
Full SMTP and Gmail/Google Apps Email support for Magento
https://github.com/aschroder/Magento-SMTP-Pro-Email-Extension
Last synced: 3 days ago
JSON representation
Full SMTP and Gmail/Google Apps Email support for Magento
- Host: GitHub
- URL: https://github.com/aschroder/Magento-SMTP-Pro-Email-Extension
- Owner: aschroder
- Created: 2010-09-13T07:36:49.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T09:13:10.000Z (5 months ago)
- Last Synced: 2024-10-01T19:48:38.689Z (about 1 month ago)
- Language: PHP
- Homepage: aschroder.com
- Size: 235 KB
- Stars: 334
- Watchers: 56
- Forks: 208
- Open Issues: 104
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-openmage - Aschroder_SMTPPro
- mageres - Aschroder SMTPPro - Full SMTP and Gmail/Google Apps Email support for Magento 1 (Extensions / Free)
README
Magento 1 SMTP Pro Extension
by Ashley Schroder (aschroder.com)- Free and Opensource email extension for Magento 1.x
- Easily send Magento transactional emails via Google Apps, Gmail, Amazon SES or your own SMTP server
- Test your configuration from the Magento admin
- View a log of all emails
- Improve deliverability with an external SMTP serverContributors
- nl_NL translations thanks to [Melvyn Sopacua](http://www.supportdesk.nu/)
- es_ES translations thanks to [Jhoon Saravia](http://twitter.com/jsaravia)
- pt_BR translations thanks to [Gabriel Zamprogna](https://github.com/gabrielz)
- fr_FR translations thanks to [@aymencis Aymen Hajri](https://github.com/aymencis)
- de_DE translations thanks to [@quafzi Thomas Birke](https://github.com/quafzi)
- ru_RU translations thanks to [Victor Ivanov](https://github.com/victorivanovspb)FAQ
Q: It's not working
A: Check for extension conflicts, and check that your host allows outbound SMTP traffic.Q: Does it work with the Mailchimp extension
A: Yes, see: http://www.aschroder.com/2011/09/using-smtp-pro-and-ebizmarts-mailchimp-extension-in-magento/.Q: How do I install it manually
A: See: http://www.aschroder.com/2010/05/installing-a-magento-extension-manually-via-ftp-or-ssh/ or use modman.Q: Self test is failing with "Exception message was: Unable to connect via TLS"
A: Check that you have OpenSSL installed for your PHP environment.Q: Self test is failing with messages like: "can not open connection to the host, on port 587" or "Connection timed out".
A: Check that you have the SMTP server host and port correct, if you do - then check with your webhost, many block SMTP connections due to spam. If that's the case, there are plenty of expert Magento hosts on display at magespeedtest.com.Q: Self test is failing with "Exception message was: 5.7.1 Username and Password not accepted. Learn more at 5.7.1..."
A: It's actually good advice to learn more here: http://support.google.com/mail/bin/answer.py?answer=14257. But two things to check:
1) that you are really 110% sure you have the right username and password (test it on gmail.com)
2) If that does work, then Google may have blocked your server IP due to too many wrong passwords. You need to log in to gmail.com _from_ that IP - in order to answer the captcha and allow the IP through again. There's a few ways to do that - SOCKS proxy, X forward a browser, use Lynx.Q: I am getting a Subject set twice error
A: This happens sometimes, typically if it is happening it would also be happening in core Magento. There is a Pull Request [here](https://github.com/aschroder/Magento-SMTP-Pro-Email-Extension/pull/57) that includes a work around thanks to [Rafael Kassner](https://github.com/kassner).