monashee/module-smtp 1.0.2

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

Type

magento2-module

License

OSL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 Custom SMTP

Build Status

Magento 2 extension 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/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.