diff --git a/web/edit/mail/index.php b/web/edit/mail/index.php index d2b37a3e3..6c673118d 100644 --- a/web/edit/mail/index.php +++ b/web/edit/mail/index.php @@ -76,6 +76,7 @@ if ((!empty($_GET['domain'])) && (!empty($_GET['account']))) { $autoreply_str = json_decode(implode('', $output), true); unset($output); $v_autoreply_message = $autoreply_str[$v_account]['MSG']; + $v_autoreply_message=str_replace("\\n", "\n", $v_autoreply_message); } }