Recommend this page to a friend! |
Classes of Boss Ibrahim Mussa | > | Wepesi Mailer | > | Download .zip .tar.gz | > | Support forum | > | Blog | > | Latest changes |
|
Groups | Applications | Files |
Groups |
Email sending and receiving | View top rated classes | |
Networking | Networking protocols, clients and servers | View top rated classes |
PHP 5 | Classes using PHP 5 specific features | View top rated classes |
Innovation Award |
January 2023 Nominee Vote |
Many PHP applications need to send emails. Otten sending email messages via the PHP mail function does not work well in some cases due to restrictions of the hosting server or because the IP addresses of the machine on which PHP is running have lousy reputations, and the destination mail servers reject the messages. The alternative is to use a separate SMTP server to relay the messages that should be sent to those servers. This package can send messages to a remote SMTP server configured using a separate configuration class object. This separate makes it simpler for developers that need to send messages through a remote SMTP server because they can separate the configuration settings of the relay SMTP server from the actual code they use to compose and send the messages. Manuel Lemos |
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Files |
File | Role | Description | ||
---|---|---|---|---|
.github (1 directory) | ||||
example (1 file) | ||||
src (2 files) | ||||
composer.json | Data | Auxiliary data | ||
composer.lock | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
Files | / | src |
File | Role | Description |
---|---|---|
Email.php | Class | Class source |
smtpConfiguration.php | Class | Class source |
Install with Composer - Download all files: wepesi-mailer.tar.gz wepesi-mailer.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|
Files |
File | Role | Description | ||
---|---|---|---|---|
.github (1 directory) | ||||
example (1 file) | ||||
src (2 files) | ||||
composer.json | Data | Auxiliary data | ||
composer.lock | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
Files | / | src |
File | Role | Description |
---|---|---|
Email.php | Class | Class source |
smtpConfiguration.php | Class | Class source |
Install with Composer - Download all files: wepesi-mailer.tar.gz wepesi-mailer.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|