monashee/module-smtp

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

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.2 2017-02-20 22:47 UTC

This package is not auto-updated.

Last update: 2024-04-27 18:20:57 UTC


README

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.