Skip to content

Commit

Permalink
Fixes #4386: Restyaboard latest version changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanan477 committed Mar 12, 2022
1 parent c31a89d commit a84d438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/php/shell/cron_mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
$headers.= "MIME-Version: 1.0" . PHP_EOL;
$headers.= "Content-Type: text/html; charset=UTF-8" . PHP_EOL;
$headers.= "X-Mailer: Restyaboard (1.7; +http://restya.com/board)" . PHP_EOL;
$headers.= "X-Mailer: Restyaboard (1.7.1; +http://restya.com/board)" . PHP_EOL;
$headers.= "X-Auto-Response-Suppress: All" . PHP_EOL;
$result = mail($to_email, $subject, $message, $headers, '-f' . $from_email);
if (R_DEBUG) {
Expand Down

0 comments on commit a84d438

Please sign in to comment.