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.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/gabrielqs/transactional-emails

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

This package is not auto-updated.

Last update: 2025-09-28 05:40:16 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.