gabrielqs/transactional-emails

Integration between Magento2 and SendGrid. This module can be simply modified to use other transactional email providers by implementing a new Gabrielqs\TransactionalEmails\Api\TransportInterface under Gabrielqs\TransactionalEmails\Model\Transports.

dev-master 2017-04-17 20:12 UTC

This package is not auto-updated.

Last update: 2024-05-11 23:11:22 UTC


README

Enables sending of transactional e-mails through SendGrid.

Installation

Using composer: composer require gabrielqs/transactional-emails

Configuration

Configuration available under Stores -> Configuration -> System -> SMTP

Adding new Transactional Email Transports

Adding new Transactional Email transports is easy. You can simply create new instances of Gabrielqs\TransactionalEmails\Api\TransportInterface under Gabrielqs\TransactionalEmails\Model\Transports, implementing the send() method.

Afther that, simply add it as an option in the Gabrielqs\TransactionalEmails\Model\Source\Provider class.