PHP Classes

Wepesi Mailer: Send email messages using a configured SMTP server

Recommend this page to a friend!

  Author Author  
Picture of Boss Ibrahim Mussa
Name: Boss Ibrahim Mussa <contact>
Classes: 12 packages by
Country: Congo Congo
Innovation award
Innovation award
Nominee: 5x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
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...

  Classes of Boss Ibrahim Mussa  >  Wepesi Mailer  >  Download Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Wepesi Mailer
Base name: wepesi-mailer
Description: Send email messages using a configured SMTP server
Version: 1.0.0
PHP version: 5
License: The PHP License
 
  Groups   Applications   Files Files  

  Groups  
Group folder image Email Email sending and receiving View top rated classes
Group folder image Networking Networking protocols, clients and servers View top rated classes
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
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  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  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

Install with Composer Install with Composer - Download 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 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

Install with Composer Install with Composer - Download 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.