Download the PHP package atelierspierrot/mime-mailer without Composer
On this page you can find all versions of the php package atelierspierrot/mime-mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atelierspierrot/mime-mailer
More information about atelierspierrot/mime-mailer
Files in atelierspierrot/mime-mailer
Package mime-mailer
Short Description A package to send rich MIME emails.
License Apache-2.0
Homepage http://github.com/atelierspierrot/mime-mailer
Informations about the package mime-mailer
MIME Mailer
A PHP package to send rich MIME emails.
Usage
To create a Mailer instance, just write:
You can define a set of user options writing:
The Mailer
instance acts like a global container to build messages and send them. It handles
a set of messages as an array. From this container, you can access to:
To work on current message, you can write:
Many methods are defined to build a message, please refer to the PHP class itself to learn more.
All "persons" fields can be defined as the followings:
Finally, to send built messages, just write:
Some logs are accessibles from the container with:
Installation
For a complete information about how to install this package and load its namespace, please have a look at our USAGE documentation.
If you are a Composer user, just add the package to the
requirements of your project's composer.json
manifest file:
You can use a specific release or the latest release of a major version using the appropriate version constraint.
Please note that this package depends on the externals PHP Patterns, PHP Library and PHP Validators.
Author & License
MIME Mailer
http://github.com/atelierspierrot/mime-mailer
Copyright (c) 2013-2016 Pierre Cassat and contributors
Licensed under the Apache Version 2.0 license.
http://www.apache.org/licenses/LICENSE-2.0
Les Ateliers Pierrot - Paris, France
All versions of mime-mailer with dependencies
atelierspierrot/patterns Version 1.*
atelierspierrot/library Version 1.*
atelierspierrot/validators Version 1.*