yukoff/magento2-sendgrid-smtp 0.2.1

Configure Magento 2 to use SendGrid SMTP server to send email

Type

magento2-module

License

OSL-3.0, AFL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

SendGrid SMTP Plugin for Magento2

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 [email protected]: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.