Download the PHP package riddlestone/brokkr-mail without Composer
On this page you can find all versions of the php package riddlestone/brokkr-mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download riddlestone/brokkr-mail
More information about riddlestone/brokkr-mail
Files in riddlestone/brokkr-mail
Package brokkr-mail
Short Description A Laminas module to provide service-manager built and configured mail transports
License BSD-3-Clause
Homepage https://github.com/riddlestone/brokkr-mail
Informations about the package brokkr-mail
Riddlestone Brokkr-Mail
A Laminas module to provide service-manager built and configured mail transports
Installation
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
Usage
Building a Message
This module adds a factory for generating messages with content created using Laminas View.
Once created, you will need to set the subject, and other header fields (such as To, From, etc.).
The created message will have two alternate mime-parts: text and HTML. If the text template is omitted, the text will be created from the HTML content.
Building a Transport
This module adds a factory for Laminas\Mail\Transport\TransportInterface
which creates it from configuration at
mail.transport
.
For example, to use a shared SMTP transport:
For more details on the configuration options, see the Laminas Mail Docs.
Get Involved
File issues at https://github.com/riddlestone/brokkr-mail/issues
All versions of brokkr-mail with dependencies
container-interop/container-interop Version ^1.2
laminas/laminas-component-installer Version ^2.0 || ^1.0 || ^0.7
laminas/laminas-mail Version ^2.10
laminas/laminas-servicemanager Version ^3.4