magewonder/magento2-smtp

Configure Magento 2 to use custom SMTP server to send email

Installs: 6 450

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 2

Open Issues: 1

Type:magento2-module

1.2.0 2016-07-06 16:16 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:31:40 UTC


README

Configure Magento 2 to use custom SMTP server to send email

Features

  • Sendgrid

How to install extension

Backup your store database and web directory.

Enable extension. php -f bin/magento module:enable MageWonder_Smtp

Upgrade system php -f bin/magento setup:upgrade

Clean cache php -f bin/magento cache:clean

Deploy static view files rm -rf pub/static/; rm -rf var/view_preprocessed/; php -f bin/magento setup:static-content:deploy