Download the PHP package ddrv/mailer without Composer
On this page you can find all versions of the php package ddrv/mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mailer
Mailer
PHP library for sending email.
Install
-
Run in console:
- Include autoload file
Usage
Creating transport instance
Sendmail
SMTP
Fake (emulation send emails)
Custom
You can implement Ddrv\Mailer\Contract\Transport interface
Creating mailer instance
Creating message instance
Sending message
Message methods
You can implement Ddrv\Mailer\Contract\Message interface for work with custom messages.
Spool
This package allows you to use mail spool.
This requires:
- create a spool object (instance of
Ddrv\Mailer\Contract\Spool
) - create a transport object (instance of
Ddrv\Mailer\Contract\Transport
) - wrap them up in special transport
Ddrv\Mailer\Transport\SpoolTransport
Personal mailing
If you have a copy of a message with many recipients, but you want to send separate emails to each recipient (no copies)
Transport factory
If you use native library transport, you can use Ddrv\Mailer\TransportFactory
.
All versions of mailer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
ext-mbstring Version *
ext-mbstring Version *
The package ddrv/mailer contains the following files
Loading the files please wait ....