library net-simple-mailer
Lightweight mail library.
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
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();
dev-master
9999999-dev
Lightweight mail library.
Sources
Download
MIT
The Requires
by
cyrill
mail
1.0.1
1.0.1.0
Lightweight mail library.
Sources
Download
MIT
The Requires
by
cyrill
mail
1.0.0
1.0.0.0
Lightweight mail library.
Sources
Download
MIT
The Requires
by
cyrill
mail