PHP Classes

Wepesi Mailer: Send email messages using a configured SMTP server

Recommend this page to a friend!
  Info   View files View files (8)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 139 This week: 1All time: 9,215 This week: 560Up
Version License PHP version Categories
wepesi-mailer 1.0.0The PHP License5Email, Networking, PHP 5
Description 

Author

This package can send email messages using a configured SMTP server.

It provides a class that manages the settings to access an SMTP server using values passed by the application like the SMTP server address, TCP port, user name, password, etc...

The package also comes with a class that can take the settings generated using the configuration class and sends an email message to the specified SMTP server using parameters that define the message subject, sender and recipient addresses, message body text, etc...

Innovation Award
PHP Programming Innovation award nominee
January 2023
Number 9
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
Picture of Boss Ibrahim Mussa
  Performance   Level  
Name: Boss Ibrahim Mussa <contact>
Classes: 13 packages by
Country: Congo Congo
Age: ???
All time rank: 29051 in Congo Congo
Week rank: 109 Up1 in Congo Congo Equal
Innovation award
Innovation award
Nominee: 5x

  Files folder image Files  
File Role Description
Files folder image.github (1 directory)
Files folder imageexample (1 file)
Files folder imagesrc (2 files)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  .github  
File Role Description
Files folder imageworkflows (1 file)

  Files folder image Files  /  .github  /  workflows  
File Role Description
  Accessible without login Plain text file php.yml Data Auxiliary data

  Files folder image Files  /  example  
File Role Description
  Accessible without login Plain text file index.php Example Example script

  Files folder image Files  /  src  
File Role Description
  Plain text file Email.php Class Class source
  Plain text file smtpConfiguration.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:139
This week:1
All time:9,215
This week:560Up