sofiakb/php-mail

A library for sending mail.

dev-main 2022-01-31 00:00 UTC

This package is auto-updated.

Last update: 2025-01-29 07:19:49 UTC


README

Contributors Forks Stargazers Issues MIT License


php-mail

A library for sending mail !


Report Bug ยท Request Feature

Table of Contents
  1. About the library
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

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.