/ Published in: PHP
Expand |
Embed | Plain Text
require_once("mimemail/htmlMimeMail.php"); $mail = new htmlMimeMail(); // Set the sender address $mail->setSubject("Anfrage von Ihrer Internetseite"); $mail->setHTML($output);
You need to login to post a comment.
