Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swissup/email
Configure Magento 2 to send email using SMTP protocol throught Gmail, Amazon Simple Email Service (SES) and many other SMTP (Simple Mail Transfer Protocol) servers
https://github.com/swissup/email
gmail magento magento-2 magento2 magento2-extension magento2-extension-free magento2-module magento2-smtp mandrill smtp
Last synced: 5 days ago
JSON representation
Configure Magento 2 to send email using SMTP protocol throught Gmail, Amazon Simple Email Service (SES) and many other SMTP (Simple Mail Transfer Protocol) servers
- Host: GitHub
- URL: https://github.com/swissup/email
- Owner: swissup
- Created: 2018-09-26T11:37:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T09:22:48.000Z (2 months ago)
- Last Synced: 2024-10-11T14:08:30.041Z (about 1 month ago)
- Topics: gmail, magento, magento-2, magento2, magento2-extension, magento2-extension-free, magento2-module, magento2-smtp, mandrill, smtp
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Magento2 module for smtp email integration and email logging
It's a metapackage for the [original repository](https://github.com/swissup/module-email).
![example](https://user-images.githubusercontent.com/412612/40238625-6bdf426c-5abc-11e8-98ca-9b459efa3fa4.png)
Following email services are supported:
- Amazon SES
- Gmail
- Mandrill
- Sendmail
- Manual SMTP settings### Installation
Run the following commands:
```bash
cd
composer require swissup/module-email
bin/magento module:enable Swissup_Email
bin/magento setup:upgrade
bin/magento setup:di:compile
```### Configuration and Usage
1. Navigate to "Marketing → Communications → Email Services"
![example1](https://user-images.githubusercontent.com/412612/40238984-6f0b1262-5abd-11e8-89af-8de7a6a93fa7.png)
2. Press "Add New" button
3. Create service
- Specify the Name
- Choose Type from drop-down
- Fill all required fields
- Press "Check Service" button and wait for response
- If everything works fine, press "Save" button
![example](https://user-images.githubusercontent.com/412612/40238625-6bdf426c-5abc-11e8-98ca-9b459efa3fa4.png)
4. Navigate "Stores → Configurations → Advanced → System → Mail Sending Settings"
5. Select new service in the "Default Transport Email Service" drop-down
![config](https://user-images.githubusercontent.com/412612/40239232-2b0aaf5e-5abe-11e8-94c5-b96862d7ccc9.png)
6. Save
### Logging1. Navigate "Stores → Configurations → Advanced → System → Mail Sending Settings"
2. "Logging Enable" set Yes
3. Navigate to "Marketing → Communications → Email Logs"