2017 © Pedro Peláez
 

library net-simple-mailer

Lightweight mail library.

image

t-cyrill/net-simple-mailer

Lightweight mail library.

  • Thursday, April 24, 2014
  • by t-cyrill
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

SimpleMailer

SimpleMailer is a lightweight PHP 5.3 library. (Support PHP 5.4 and PHP 5.5)., (*1)

This is PHP mail function wrapper., (*2)

Installation

Composer

Download the composer.phar., (*3)

``` sh $ curl -s http://getcomposer.org/installer | php, (*4)


Run Composer: `php composer.phar require "t-cyrill/net-simple-mailer"` ## Direct Install Simplemailer is one PHP file library. We can use `Simplemailer`, using `require 'SimpleMailer.php'` Usage -------------------- ```php <?php require 'vendor/autoload.php'; $mailer = new Net\SimpleMailer("\n"); $mailer->from($from) ->to($address) ->subject($subject) ->message($msg) ->attachment($file) ->send();

The Versions

24/04 2014

dev-master

9999999-dev

Lightweight mail library.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar cyrill

mail

24/04 2014

1.0.1

1.0.1.0

Lightweight mail library.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar cyrill

mail

23/10 2013

1.0.0

1.0.0.0

Lightweight mail library.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar cyrill

mail