sofiakb / php-mail
A library for sending mail.
dev-main
2022-01-31 00:00 UTC
Requires
- php: ^7.4|^8.0
- sofiakb/php-support: dev-main
- swiftmailer/swiftmailer: ^6.3
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-01-29 07:19:49 UTC
README
php-mail
A library for sending mail !
Report Bug
ยท
Request Feature
Table of Contents
About The Library
Cette librairie permet d'envoyer des e-mails simplement.
Built With
Prerequisites
- php >= 7.4
Installation
composer require sofiakb/php-mail
Then, in your .env file
MAIL_HOST= MAIL_PORT= MAIL_USER= MAIL_PASSWORD= MAIL_ENCRYPTION=
Usage
use Sofiakb\Mail\Facades\Mail; Mail::create() ->setTo(RECIPIENT_EMAIL) ->text("email content"));
Roadmap
See the open issues for a list of proposed features (and known issues).
License
Distributed under the MIT License. See LICENSE
for more information.