mirror of
https://github.com/itflow-org/itflow
synced 2026-03-20 04:34:51 +00:00
Merge pull request #571 from wrongecho/mail-format-fix
Revert PHP Mailer back to isHTML true
This commit is contained in:
@@ -514,6 +514,7 @@ function sendSingleEmail($config_smtp_host, $config_smtp_username, $config_smtp_
|
|||||||
$mail->addAddress("$to_email", "$to_name"); // Add a recipient
|
$mail->addAddress("$to_email", "$to_name"); // Add a recipient
|
||||||
|
|
||||||
// Content
|
// Content
|
||||||
|
$mail->isHTML(true); // Set email format to HTML
|
||||||
$mail->Subject = "$subject"; // Subject
|
$mail->Subject = "$subject"; // Subject
|
||||||
$mail->Body = "$body"; // Content
|
$mail->Body = "$body"; // Content
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user