ride/lib-mail-smtp

Integration of the mail library for a Ride application.

1.0.0 2023-11-10 13:45 UTC

This package is auto-updated.

Last update: 2024-09-10 15:26:46 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