2017 © Pedro Peláez
 

library swiftmailer

A simple wrapper around swiftmailer

image

duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  • Sunday, April 9, 2017
  • by duncan3dc
  • Repository
  • 2 Watchers
  • 6 Stars
  • 74,540 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 13 Versions
  • 5 % Grown

The README.md

mailer

A simple mailer abstraction for PHP with a clean interface, (*1)

Full documentation is available at http://duncan3dc.github.io/mailer/
PHPDoc API documentation is also available at http://duncan3dc.github.io/mailer/api/, (*2)

release build coverage, (*3)

Quick Example

Send an email using the local mail server:, (*4)

(new \duncan3dc\Mailer\Server)
    ->createMessage()
    ->withFromAddress("admin@example.com", "Administrator")
    ->withRecipient("user@example.com", "Your Name")
    ->withSubject("Test Email")
    ->withContent("Hello")
    ->withAttachment("/tmp/UGqucq", "sensible-filename.xls")
    ->send();

Read more at http://duncan3dc.github.io/mailer/, (*5)

Changelog

A Changelog has been available since version 2.0.0, (*6)

Where to get help

Found a bug? Got a question? Just not sure how something works?
Please create an issue and I'll do my best to help out.
Alternatively you can catch me on Twitter, (*7)

duncan3dc/mailer for enterprise

Available as part of the Tidelift Subscription, (*8)

The maintainers of duncan3dc/mailer and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more., (*9)

The Versions

09/04 2017

dev-master

9999999-dev https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

email swiftmailer mailer simple

30/01 2016

1.5.1

1.5.1.0 https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

email swiftmailer mailer simple

13/01 2016

dev-stash

dev-stash https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

email swiftmailer mailer simple

14/07 2015

1.5.0

1.5.0.0 https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

email swiftmailer mailer simple

13/07 2015

1.4.2

1.4.2.0 https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

email swiftmailer mailer simple

12/07 2015

1.4.1

1.4.1.0 https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

email swiftmailer mailer simple

06/07 2015

1.4.0

1.4.0.0 https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

email swiftmailer mailer simple

28/10 2014

1.3.1

1.3.1.0 https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

email swiftmailer mailer simple

14/10 2014

1.3.0

1.3.0.0 https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

email swiftmailer mailer simple

10/08 2014

1.2.1

1.2.1.0 https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

email swiftmailer mailer simple

10/08 2014

1.2.0

1.2.0.0 https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

email swiftmailer mailer simple

03/06 2014

1.1.0

1.1.0.0 https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

email swiftmailer mailer simple

31/05 2014

1.0.0

1.0.0.0 https://github.com/duncan3dc/swiftmailer

A simple wrapper around swiftmailer

  Sources   Download

Apache-2.0

The Requires

 

email swiftmailer mailer simple