Download the PHP package delboy1978uk/bone-mail without Composer
On this page you can find all versions of the php package delboy1978uk/bone-mail. 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 bone-mail
Mail package for Bone Framework
installation
Use Composer
usage
Simply add to the config/packages.php
Add a config/mail.php
in the config folder.
sending email
Any classes that need set up with the Bone\Mail\Service\MailService
can have it injected via your package class
(remember and add a use statement with the full class) :
With regards to the setTemplate()
method, refer to the league/plates
docs, and delboy1978uk/bone-user
for an
example. Variables set in setViewData()
go to your view template.
All versions of bone-mail with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
boneframework/bone Version ^3.11
laminas/laminas-mail Version ^2.22
laminas/laminas-servicemanager Version ^3.3
boneframework/bone Version ^3.11
laminas/laminas-mail Version ^2.22
laminas/laminas-servicemanager Version ^3.3
The package delboy1978uk/bone-mail contains the following files
Loading the files please wait ....