2017 © Pedro Peláez
 

library spark-post-api-mailer

Sending emails through SparkPost API.

image

adt/spark-post-api-mailer

Sending emails through SparkPost API.

  • Saturday, March 3, 2018
  • by michallohnisky
  • Repository
  • 5 Watchers
  • 0 Stars
  • 319 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 0 % Grown

The README.md

SparkPostApiMailer

Installation

  1. composer, (*1)

    composer require adt/spark-post-api-mailer
    
  2. config.neon, (*2)

    extensions:
        sparkPostApiMailer: ADT\SparkPostApiMailer\DI\SparkPostApiMailerExtension
    
    sparkPostApiMailer:
        authToken: <YOUR TOKEN>
    

Usage

  1. standalone, (*3)

    config.neon, (*4)

    services:
        nette.mailer:
            class: \ADT\SparkPostApiMailer\Services\SparkPostApiMailerService
    

    MailComponent.php, (*5)

    function __construct(\Nette\Mail\IMailer $mailer) {
        $this->mailer = $mailer;
    }
    
    function sendMail(\Nette\Mail\Message $mail) {
        $this->mailer->send($mail);
    }
    
  2. with adt/single-recipient-mailer, (*6)

    Mailer.php ```php class Mailer extends \ADT\Mail\SingleRecipientMailer { public function __construct( array $options, \ADT\SparkPostApiMailer\Services\SparkPostApiMailerService $apiMailer ) { parent::__construct($options); $this->mailer = $apiMailer; } }, (*7)

The Versions

03/03 2018

dev-master

9999999-dev

Sending emails through SparkPost API.

  Sources   Download

The Requires

 

The Development Requires

by AppsDevTeam

03/03 2018

v1.5.1

1.5.1.0

Sending emails through SparkPost API.

  Sources   Download

The Requires

 

The Development Requires

by AppsDevTeam

07/04 2017

dev-feature/39-adt-mailapi-do-tracy-nastavit-emailovku-mailapi-appsdevteam-com

dev-feature/39-adt-mailapi-do-tracy-nastavit-emailovku-mailapi-appsdevteam-com

Sending emails through SparkPost API.

  Sources   Download

The Requires

 

The Development Requires

by AppsDevTeam

07/04 2017

v1.5

1.5.0.0

Sending emails through SparkPost API.

  Sources   Download

The Requires

 

The Development Requires

by AppsDevTeam

02/03 2017

v1.4.1

1.4.1.0

Sending emails through SparkPost API.

  Sources   Download

The Requires

 

The Development Requires

by AppsDevTeam

24/02 2017

v1.4.0

1.4.0.0

Sending emails through SparkPost API.

  Sources   Download

The Requires

 

The Development Requires

by AppsDevTeam

06/02 2017

v1.3.1

1.3.1.0

Sending emails through SparkPost API.

  Sources   Download

The Development Requires

by AppsDevTeam

06/02 2017

v1.2.1

1.2.1.0

Sending emails through SparkPost API.

  Sources   Download

The Development Requires

by AppsDevTeam

06/02 2017

v1.3.0

1.3.0.0

Sending emails through SparkPost API.

  Sources   Download

The Development Requires

by AppsDevTeam

11/10 2016

v1.2.0

1.2.0.0

Sending emails through SparkPost API.

  Sources   Download

The Development Requires

by AppsDevTeam

09/09 2016

v1.1.1

1.1.1.0

Sending emails through SparkPost API.

  Sources   Download

The Development Requires

by AppsDevTeam

24/08 2016

v1.1.0

1.1.0.0

Sending emails through SparkPost API.

  Sources   Download

The Development Requires

by AppsDevTeam

19/08 2016

v1.0.1

1.0.1.0

Sending emails through SparkPost API.

  Sources   Download

The Development Requires

by AppsDevTeam

16/08 2016

v1.0

1.0.0.0

Sending emails through SparkPost API.

  Sources   Download

The Development Requires

by AppsDevTeam