Skip to content

DerekMarcinyshyn/module-smtp

Repository files navigation

Magento 2 Custom SMTP

Build Status

Magento 2 module which allows custom SMTP such as SendGrid, MailUp etc for sending transactional email.

  • ACL
  • Multi-store
  • Tests

Admin configurations located at Stores -> Configuration -> Advanced -> System -> Custom SMTP

Screenshot

settings screenshot

Install

Composer

composer require monashee/module-smtp

Enable Module

php bin/magento module:enable Monashee_Smtp

php bin/magento setup:upgrade

php bin/magento setup:di:compile

You may need to Flush Magento Cache after installation.

Manual Download

Click here to download latest release

Uninstall

I would suggest removing the module since it overwrites the Mail Sending Settings.

php bin/magento module:disable Monashee_Smtp

php bin/magento module:uninstall Monashee_Smtp

php bin/magento setup:di:compile

Magento should remove it from your composer.json and composer.lock files as well as deleting from vendor folder.

About

Magento 2 module which allows custom SMTP such as SendGrid, MailUp etc for sending transactional email

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published