Download the PHP package ride/lib-mail-smtp without Composer
On this page you can find all versions of the php package ride/lib-mail-smtp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ride/lib-mail-smtp
More information about ride/lib-mail-smtp
Files in ride/lib-mail-smtp
Download ride/lib-mail-smtp
More information about ride/lib-mail-smtp
Files in ride/lib-mail-smtp
Vendor ride
Package lib-mail-smtp
Short Description Integration of the mail library for a Ride application.
License MIT
Package lib-mail-smtp
Short Description Integration of the mail library for a Ride application.
License MIT
Please rate this library. Is it a good library?
Informations about the package lib-mail-smtp
Ride: Mail (SMTP)
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.
Don't forget to add the parameters for Host
, Port
& Security
These 3 parameters are required
All versions of lib-mail-smtp with dependencies
PHP Build Version
Package Version
The package ride/lib-mail-smtp contains the following files
Loading the files please wait ....