sofiakb / php-mail
A library for sending mail.
Installs: 81
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sofiakb/php-mail
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-09-29 02:52:04 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.