Download the PHP package emiliort/turbosmtp-mailer without Composer
On this page you can find all versions of the php package emiliort/turbosmtp-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 turbosmtp-mailer
turboSMTP mailer
Provides turboSMTP integration for Symfony Mailer.
Instalation
composer require emiliort/turbosmtp-mailer
Transport Setup
Add custom trasport to config\services.yaml
mailer.transport_factory.custom:
class: Turbosmtp\TurbosmtpTransportFactory
parent: mailer.transport_factory.abstract
tags:
- {name: mailer.transport_factory}
Configure MAILER_DSN enviroment variable:
MAILER_DSN="turbosmtp://USERNAME:PASSWORD@default"
If you want to override the default host for a provider change default value. For example, using european turboSMTP servers:
MAILER_DSN="turbosmtp://USERNAME:[email protected]"
License
Autor: emiliort. Licensed under the terms of the MIT license.
All versions of turbosmtp-mailer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
psr/event-dispatcher Version ^1
symfony/http-client Version ^4.4|^5.0|^6.0
symfony/mailer Version ^5.1|^6.0
psr/event-dispatcher Version ^1
symfony/http-client Version ^4.4|^5.0|^6.0
symfony/mailer Version ^5.1|^6.0
The package emiliort/turbosmtp-mailer contains the following files
Loading the files please wait ....