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 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T09:22:48.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T02:05:30.566Z (over 1 year 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
# Email
Magento2 module for smtp email integration and email logging
It's a metapackage for the [original repository](https://github.com/swissup/module-email).

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"

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

4. Navigate "Stores → Configurations → Advanced → System → Mail Sending Settings"
5. Select new service in the "Default Transport Email Service" drop-down

6. Save
### Logging
1. Navigate "Stores → Configurations → Advanced → System → Mail Sending Settings"
2. "Logging Enable" set Yes
3. Navigate to "Marketing → Communications → Email Logs"