2017 © Pedro Peláez
 

library php-mail-msg

Need to send an email from your webserver's MTA using the mail() function??

image

mattmezza/php-mail-msg

Need to send an email from your webserver's MTA using the mail() function??

  • Thursday, November 17, 2016
  • by mattmezza
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

mail-msg

Need to send an email from your webserver's MTA using the mail() function??, (*1)

Build Status, (*2)


composer require mattmezza/php-mail-msg, (*3)

$mail = new PHPMailMsg\Mail($to, $subject, $body, $replyTo, $from); //you can specify a $mailer as last param
if($mail->send()) {
  //mail msg has been sent
} else {
  // Ooopss
}

The library uses the default mail(...) function and has been made with demonstration purposes., (*4)

Matteo Merola mattmezza@gmail.com, (*5)

The Versions

17/11 2016

dev-master

9999999-dev

Need to send an email from your webserver's MTA using the mail() function??

  Sources   Download

MIT

17/11 2016

v1.0

1.0.0.0

Need to send an email from your webserver's MTA using the mail() function??

  Sources   Download

MIT