swissup/email

Magento2 email providers integration (smtp, mandrill, amazon ses)

Maintainers

Details

github.com/swissup/email

Source

Installs: 1 677

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 6

Forks: 1

Type:metapackage

0.5.12 2024-04-10 06:53 UTC

README

Magento2 module for smtp email integration and email logging

It's a metapackage for the original repository.

example

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

  1. Navigate to "Marketing → Communications → Email Services" example1
  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
  4. Navigate "Stores → Configurations → Advanced → System → Mail Sending Settings"
  5. Select new service in the "Default Transport Email Service" drop-down config
  6. Save

Logging

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