swissup / email
Magento2 email providers integration (smtp, mandrill, amazon ses)
0.7.11
2026-01-29 15:25 UTC
Requires
- swissup/module-email: ^0.7.11
This package is auto-updated.
Last update: 2026-05-29 01:07:56 UTC
README
Magento2 module for smtp email integration and email logging
It's a metapackage for the original repository.
Following email services are supported:
- Amazon SES
- Gmail
- Mandrill
- Sendmail
- Manual SMTP settings
Installation
Run the following commands:
cd <magento_root> composer require swissup/module-email bin/magento module:enable Swissup_Email bin/magento setup:upgrade bin/magento setup:di:compile
Configuration and Usage
- Navigate to "Marketing → Communications → Email Services"

- Press "Add New" button
- Create service
- Navigate "Stores → Configurations → Advanced → System → Mail Sending Settings"
- Select new service in the "Default Transport Email Service" drop-down

- Save
Logging
- Navigate "Stores → Configurations → Advanced → System → Mail Sending Settings"
- "Logging Enable" set Yes
- Navigate to "Marketing → Communications → Email Logs"
