Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).

![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

### Logging

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