magewonder / magento2-smtp
Configure Magento 2 to use custom SMTP server to send email
Package info
github.com/magewonder/magento2-smtp
Type:magento2-module
pkg:composer/magewonder/magento2-smtp
1.2.0
2016-07-06 16:16 UTC
Requires
- php: ~5.6.0|7.0.2|~7.0.6
- sendgrid/sendgrid: ^5.0
This package is not auto-updated.
Last update: 2026-03-29 03:35:58 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