2017 © Pedro Peláez
 

library mailer

A very lightweight PHP SMTP mail sender

image

txthinking/mailer

A very lightweight PHP SMTP mail sender

  • Wednesday, January 31, 2018
  • by txthinking
  • Repository
  • 7 Watchers
  • 47 Stars
  • 3,619 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 28 Forks
  • 1 Open issues
  • 21 Versions
  • 18 % Grown

The README.md

Mailer

A lightweight SMTP mail sender, (*1)

Install

$ composer require txthinking/mailer
# or
$ composer require txthinking/mailer:dev-master

Usage

<?php
use Tx\Mailer;

$ok = (new Mailer())
    ->setServer('smtp.server.com', 25)
    ->setAuth('tom@server.com', 'password')
    ->setFrom('Tom', 'tom@server.com')
    ->setFakeFrom('Obama', 'fake@address.com') // if u want, a fake name, a fake email
    ->addTo('Jerry', 'jerry@server.com')
    ->setSubject('Hello')
    ->setBody('Hi, Jerry! I <strong>love</strong> you.')
    ->addAttachment('host', '/etc/hosts')
    ->send();
var_dump($ok);

More Example, (*2)

The Versions

31/01 2018

dev-master

9999999-dev http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

31/01 2018

dev-develop

dev-develop http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

31/01 2018

v2.0.0

2.0.0.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

11/10 2017

v1.4.2

1.4.2.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

29/09 2016

v1.4.1

1.4.1.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

09/09 2016

v1.4.0

1.4.0.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

23/08 2016

v1.3.2

1.3.2.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

22/08 2016

v1.3.1

1.3.1.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

29/07 2016

v1.3.0

1.3.0.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

21/06 2016

v1.2.7

1.2.7.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

03/03 2016

v1.2.6

1.2.6.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

02/03 2016

v1.2.5

1.2.5.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

08/08 2015

v1.2.4

1.2.4.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

07/08 2015

v1.2.3

1.2.3.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

27/07 2015

v1.2.2

1.2.2.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

18/05 2015

v1.2.1

1.2.1.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

01/04 2015

v1.2.0

1.2.0.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

01/04 2015

dev-feature-daemionfox

dev-feature-daemionfox http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Sowers

mail smtp

30/03 2015

v1.1.1

1.1.1.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

  • php >=5.3.2
  • txthinking/util dev-master

 

The Development Requires

mail smtp

30/03 2015

v1.1.0

1.1.0.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

  • php >=5.3.2
  • txthinking/util dev-master

 

The Development Requires

mail smtp

14/03 2015

v1.0.1

1.0.1.0 http://github.com/txthinking/Mailer

A very lightweight PHP SMTP mail sender

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

mail smtp