ride / lib-mail-smtp
Integration of the mail library for a Ride application.
1.0.0
2023-11-10 13:45 UTC
Requires
- phpmailer/phpmailer: ^v6.8.0
- ride/lib-mail: ^1.0.0
This package is auto-updated.
Last update: 2024-10-10 15:43:19 UTC
README
Integration of the SMTP implementation of the mail library with a Ride application.
This package is mainly used for local development in coop with DDEV.
This lets you send mails to Mailpit during local development and makes it easier to debug
Parameters
- mail.smtp.host: "127.0.0.1", SMTP server to send through
- mail.smtp.port: "1025", Port to connect to, use 587 if you have set
SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS
- mail.smtp.security : false, Enable implicit TLS encryption
- mail.smtp.username : "", SMTP username,
- mail.smtp.password : "", SMTP password
Related Modules
Installation
You can use Composer to install this application.
composer require ride/lib-mail-smtp
Don't forget to add the parameters for Host
, Port
& Security
These 3 parameters are required