dev-master
9999999-devNeed to send an email from your webserver's MTA using the mail() function??
MIT
v1.0
1.0.0.0Need to send an email from your webserver's MTA using the mail() function??
MIT
Wallogit.com
2017 © Pedro Peláez
Need to send an email from your webserver's MTA using the mail() function??
Need to send an email from your webserver's MTA using the mail() function??, (*1)
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)
Need to send an email from your webserver's MTA using the mail() function??
MIT
Need to send an email from your webserver's MTA using the mail() function??
MIT