mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
#7 Hotmail doit fonctionne comme tout le monde maintenant...
This commit is contained in:
parent
3d458b7bd0
commit
76d0933052
1 changed files with 2 additions and 0 deletions
|
@ -284,10 +284,12 @@ function ListeAlias($email) {
|
|||
function SendEmail($recipient, $sujet, $message) {
|
||||
$header = "From: ".EMAILFROM."\n";
|
||||
$header.= "MIME-Version: 1.0\n";
|
||||
/*
|
||||
if (preg_match('#^[a-z0-9._-]+@(hotmail|live|msn).[a-z]{2,4}$#', $recipient)) {
|
||||
$header = str_replace("\n", "\r\n", $header);
|
||||
$message = str_replace("\n", "\r\n", $header);
|
||||
}
|
||||
*/
|
||||
$message="Bonjour,\n\n".$message."\n\n".
|
||||
mail($recipient,EMAILTAGSUJET.' '.$sujet,$message,$header);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue