Download the PHP package adt/mailer without Composer
On this page you can find all versions of the php package adt/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
Uses adt/mail-api to
- use single mailing service for all your projects,
- ensure higher email deliverability.
Installation
composer:
config.neon:
Usage
What happens "under the hood"?
- Connection to adt/mail-api server is made.
- Message is serialized and send over there.
- If connecting/transmitting should fail, next step is determined by
error.mode
config:silent
: store mail intoerror.logDir
, log using Tracy, and continue,exception
: exception is thrown without any logging
All versions of mailer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
nette/mail Version ^2.3 | ^3.0 | ^4.0
tracy/tracy Version ^2.3
nette/di Version ^2.3 || ^3.0
guzzlehttp/guzzle Version ^6.3|^7.0
nette/mail Version ^2.3 | ^3.0 | ^4.0
tracy/tracy Version ^2.3
nette/di Version ^2.3 || ^3.0
guzzlehttp/guzzle Version ^6.3|^7.0
The package adt/mailer contains the following files
Loading the files please wait ....