Skip to content

Commit 851cb0e

Browse files
committed
1 parent 224feeb commit 851cb0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/inc/main.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ function send_email($to, $subject, $mailtext, $from, $from_name) {
319319

320320
$mail->Subject = $subject;
321321
$content = $mailtext;
322-
$mail->AltBody($content);
323322
$content = nl2br($content);
324323
$mail->MsgHTML($content);
325324
$mail->Send();

0 commit comments

Comments
 (0)