programster / emailers
Emailing utilities.
3.0.1
2023-07-25 18:00 UTC
Requires
- php: >= 8.1.0
- ext-mbstring: *
- phpmailer/phpmailer: ^6.5
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.