Home » Categories » PHP » PHPMailer | ||||
PHPMailer send mail class |
||||
Article Number: 11 | Rating: Unrated | Last Updated: Sun, Sep 6, 2020 at 1:07 AM
|
||||
/* //---Setting SMTP --- $mail->IsSMTP(); // telling the class to use SMTP $mail->SMTPAuth = true; // enable SMTP authentication //--- Ending Smtp Settings $mail->From = '[email protected]'; $To = '[email protected]'; $mail->Subject = 'test'; echo("Mailer Error: " . $mail->ErrorInfo); } |
||||
| ||||
Attachments (1)
![]()
| ||||
Comments ![]() There are no comments for this article. Be the first to post a comment. | ||||