programster/emailers

Emailing utilities.

3.0.1 2023-07-25 18:00 UTC

This package is auto-updated.

Last update: 2024-03-25 20:17:11 UTC


README

This package aims to make it easy to send emails, using a variety of drivers. This allows you to use whatever mechanism suits you best, whether that be the in-built mail() command, or PhpMailer etc.

If you need to be able to send more advanced emails (such as with attachments), and don't mind using PhpMailer to send through an SMTP provider, then be sure to check out the PHPMailer Wrapper package.