Apply message formatting changes to mail.php also.

This commit is contained in:
Retro_Guy 2023-08-19 08:14:45 -07:00
parent fef3c8e58a
commit 747227931a
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ echo '</table>';
if(($row['mail_from'] != $user) && ($row['rcpt_to'] != $user)) {
continue;
}
$body = rtrim(nl2br($row['message'])).'<br />';
$body = rtrim($row['message']).'<br /><br />';
echo '<div class="np_article_header">';
echo '<b>Subject:</b> '.$row['subject'].'<br />';
echo '<b>From:</b> '.$row['mail_from'].'<br />';