Download the PHP package rubricate/mailer without Composer
On this page you can find all versions of the php package rubricate/mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rubricate/mailer
More information about rubricate/mailer
Files in rubricate/mailer
Download rubricate/mailer
More information about rubricate/mailer
Files in rubricate/mailer
Vendor rubricate
Package mailer
Short Description Component for sending emails via authenticated SMTP. It works on remote servers with support for sockets (fsockopen) and TLS.
License MIT
Homepage https://rubricate.github.io/components/mailer
Package mailer
Short Description Component for sending emails via authenticated SMTP. It works on remote servers with support for sockets (fsockopen) and TLS.
License MIT
Homepage https://rubricate.github.io/components/mailer
Please rate this library. Is it a good library?
Informations about the package mailer
Rubricate Mailer
Last Version
Documentation is at https://rubricate.github.io/components/mailer
Requirements
- PHP server with sockets and TLS/SSL support
Check if your PHP server supports sockets and TLS/SSL:
1. Sockets support in PHP
If sockets appears, support is enabled.
or code:
2. TLS/SSL support (via OpenSSL)
TLS is supported via the openssl extension. This extension is used for secure connections (SMTP with TLS/SSL, HTTPS, etc.).
or via code:
Usage example
Credits
- Estefanio N Santos (Developer)
- All Contributors (Let's program)
License
The MIT License (MIT). Please see License File for more information.
All versions of mailer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package rubricate/mailer contains the following files
Loading the files please wait ...