2017 © Pedro Peláez
 

magento2-module 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.

image

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.

  • Monday, April 17, 2017
  • by gabrielqs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Magento2-SendGrind-TransactionalEmails

Enables sending of transactional e-mails through SendGrid., (*1)

Installation

Using composer: composer require gabrielqs/transactional-emails, (*2)

Configuration

Configuration available under Stores -> Configuration -> System -> SMTP, (*3)

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., (*4)

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

The Versions

17/04 2017

dev-master

9999999-dev

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.

  Sources   Download

MIT

The Requires

 

by Gabriel Queiroz Silva