Download the PHP package rcastera/mailer without Composer
On this page you can find all versions of the php package rcastera/mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rcastera/mailer
More information about rcastera/mailer
Files in rcastera/mailer
Download rcastera/mailer
More information about rcastera/mailer
Files in rcastera/mailer
Vendor rcastera
Package mailer
Short Description Mail Abstraction Class
License MIT
Homepage http://www.richardcastera.com
Package mailer
Short Description Mail Abstraction Class
License MIT
Homepage http://www.richardcastera.com
Please rate this library. Is it a good library?
Informations about the package mailer
PHP Mail Class with Attachments
A simple wrapper to PHP's native mail function that includes cc, bcc, priority and attachments.
Setup
Add a composer.json
file to your project:
Then provided you have composer installed, you can run the following command:
That will fetch the library and its dependencies inside your vendor folder. Then you can add the following to your .php files in order to use the library (if you don't already have one).
Then you need to use
the relevant class, and instantiate the class. For example:
Getting Started
Example
Contributing
- Fork it.
- Create a branch (
git checkout -b my_branch
) - Commit your changes (
git commit -am "Added something"
) - Push to the branch (
git push origin my_branch
) - Create an [Issue][1] with a link to your branch
- Enjoy a refreshing Coke and wait
All versions of mailer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package rcastera/mailer contains the following files
Loading the files please wait ....