yukoff / magento2-sendgrid-smtp
Configure Magento 2 to use SendGrid SMTP server to send email
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 4
Forks: 5
Open Issues: 5
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/framework: 100.0.*
- magento/module-backend: 100.0.*
This package is not auto-updated.
Last update: 2025-01-04 21:08:51 UTC
README
Configure Magento to use SendGrid's SMTP server to send all transactional emails.
Note: You need a valid SendGrid account.
1. Install SendGrid SMTP Plugin
Using Composer
composer require yukoff/magento2-sendgrid-smtp
Using Source Code
composer config repositories.yukoff-sendgridsmtp git git@github.com:yukoff/magento2-sendgrid-smtp.git
composer require yukoff/magento2-sendgrid-smtp
Manual Installation
Install SendGrid SMTP plugin for Magento2
- Download the extension
- Unzip the file
- Create a folder {MAGENTO_ROOT}/app/code/SendGrid/SendGridSmtp
- Copy the content from the unzipped folder
2. Enable SendGrid SMTP Plugin
php -f bin/magento module:enable --clear-static-content SendGrid_SendGridSmtp
php -f bin/magento setup:upgrade
3. Config SendGrid SMTP Plugin
Log into your Magetno2 backend, then goto Store -> System -> SendGrid SMTP
and enter your email credentials, SendGrid category (if used) etc.