2017 © Pedro Peláez
 

library mailer

mailer php library with multiple mail providers (smtp, amazon_ses)

image

g4/mailer

mailer php library with multiple mail providers (smtp, amazon_ses)

  • Wednesday, January 25, 2017
  • by g4code
  • Repository
  • 13 Watchers
  • 0 Stars
  • 396 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 12 % Grown

The README.md

mailer

mailer - php library, (*1)

Install

Via Composer, (*2)

composer require g4/mailer

Usage

 "smtp",
    'adapter'  => "smtp",
    'params'   => [
        'host'              => "smtp.example.com",
        'port'              => "587",
        'connection_class'  => "plain",
        'connection_config' => [
            'ssl'      => "tls",
            'username' => "smtp_username",
            'password' => "smtp_password"
        ]
    ]
];

// Create message
$message = new \G4\Mailer\Message(
    'receiver@example.com',
    'sender@example.com',
    'Email subject',
    'This is a html email part',
    'This is a text email part'
);

// Create mailer instance
$mailer = \G4\Mailer\Mailer::factory($options);

// send message
$mailer->send($message);

?>

Development

Install dependencies

$ make install

Run tests

$ make test

License

(The MIT License) see LICENSE file for details..., (*3)

The Versions

25/01 2017

dev-master

9999999-dev

mailer php library with multiple mail providers (smtp, amazon_ses)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic

mail mailer

25/01 2017

dev-develop

dev-develop

mailer php library with multiple mail providers (smtp, amazon_ses)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic

mail mailer

25/01 2017

1.3.0

1.3.0.0

mailer php library with multiple mail providers (smtp, amazon_ses)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic

mail mailer

02/12 2016

1.2.0

1.2.0.0

mailer php library with multiple mail providers (smtp, amazon_ses)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic

mail mailer

14/03 2016

1.1.0

1.1.0.0

mailer php library with multiple mail providers (smtp, amazon_ses)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic

mail mailer

01/03 2016

1.0.0

1.0.0.0

mailer php library with multiple mail providers (smtp, amazon_ses)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic

mail mailer