Bonjour à toutes et à tous,
Mon dodmaine est : ecoledemines.Be
Je rencontre la problématique suivante / Je souhaiterais mettre en place :
J'ai créer un script php qui envoie un email :
$destinataire = $email;
// Pour les champs $expediteur / $copie / $destinataire, séparer par une virgule s'il y a plusieurs adresses
$expediteur = 'email@email.com';
$objet = 'Menu du mois de '.$mois.'.'; // Objet du message
$headers = "From: Website \r\nReply-To: email@email.com";
$message = $mail;
if (mail($destinataire, $objet, $message, $headers)) // Envoi du message
Celui ci fonctionne, mais les mails arrivent parfois plusieurs heures après.
Je clique donc sur envoie email, et je recois cet email deux heures plus tard.
j'ai checker dans ovh dans script email et les emails sont pas bloqués
Avez-vous une idée de ce qui pourrait se passer ?
Merci,
Bàv,
Thibaut
Avez-vous une idée de ce qui pourrait se passer ?
Merci de donner les en-têtes SMTP complets, provenant d'un message qui a été livré en retard.
On devrait pouvoir diagnostiquer la raison de ce retard.
Pour poster du code, utilisez la balise `</>` afin de préserver les caractères spéciaux.
received: from DAG24EX1.emp.local (172.16.2.241) by DAG24EX1.emp.local<br /> (172.16.2.241) with Microsoft SMTP Server (version=TLS1_2,<br /> cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23 via Mailbox<br /> Transport; Thu, 20 Apr 2023 16:30:04 +0200<br /> Received: from CAS7.emp.local (172.16.1.7) by DAG24EX1.emp.local<br /> (172.16.2.241) with Microsoft SMTP Server (version=TLS1_2,<br /> cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2507.23; Thu, 20 Apr<br /> 2023 16:30:04 +0200<br /> Received: from output26.mail.ovh.net (164.132.34.26) by pro1.mail.ovh.net<br /> (172.16.1.7) with Microsoft SMTP Server (version=TLS1_2,<br /> cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.1.2507.23 via Frontend<br /> Transport; Thu, 20 Apr 2023 16:30:04 +0200<br /> Received: from vr33.mail.ovh.net (unknown [10.101.8.33])<br /> by out26.mail.ovh.net (Postfix) with ESMTP id 4Q2Kn8326JzPvxWk9<br /> for ; Thu, 20 Apr 2023 14:30:04 +0000 (UTC)<br /> Received: from in69.mail.ovh.net (unknown [10.101.4.69])<br /> by vr33.mail.ovh.net (Postfix) with ESMTP id 4Q2Kn81Lvzz3CRPvD<br /> for ; Thu, 20 Apr 2023 14:30:04 +0000 (UTC)<br /> Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=46.105.45.230; helo=7.mo565.mail-out.ovh.net; envelope-from=bounce-id=d110=u42270.cluster030.ovh.net=1681896143.32-ixsbd@mail-out.cluster030.hosting.ovh.net; receiver=contact@thibautmarchal.be <br /> Authentication-Results: in69.mail.ovh.net; dkim=none; dkim-atps=neutral<br /> Received: from 7.mo565.mail-out.ovh.net (7.mo565.mail-out.ovh.net [46.105.45.230])<br /> by in69.mail.ovh.net (Postfix) with ESMTPS id 4Q2Kn80tBCz29MJ0r<br /> for ; Thu, 20 Apr 2023 14:30:04 +0000 (UTC)<br /> Received: from director4.derp.mail-out.ovh.net (director4.derp.mail-out.ovh.net [79.137.60.37])<br /> by mo565.mail-out.ovh.net (Postfix) with ESMTPS id D59992226B<br /> for ; Thu, 20 Apr 2023 14:30:03 +0000 (UTC)<br /> Received: from director4.derp.mail-out.ovh.net (director4.derp.mail-out.ovh.net. [127.0.0.1])<br /> by director4.derp.mail-out.ovh.net (inspect_sender_mail_agent) with SMTP<br /> for ; Thu, 20 Apr 2023 14:30:03 +0000 (UTC)<br /> Received: from mail-out02.cluster030.gra.hosting.ovh.net (unknown [10.110.115.38])<br /> by director4.derp.mail-out.ovh.net (Postfix) with ESMTP id 193151FEEE<br /> for ; Thu, 20 Apr 2023 14:30:03 +0000 (UTC)<br /> Received: from mail-out02.cluster030.gra.hosting.ovh.net (localhost.localdomain [127.0.0.1])<br /> by mail-out02.cluster030.gra.hosting.ovh.net (Postfix) with ESMTP id F1B671FEA9<br /> for ; Thu, 20 Apr 2023 16:30:02 +0200 (CEST)<br /> Received: from cluster030.hosting.ovh.net (gwc.cluster030.hosting.ovh.net<br /> [51.178.146.199])<br /> by mail-out02.cluster030.gra.hosting.ovh.net (Postfix) with ESMTP id<br /> B4E961FEA5<br /> for ; Wed, 19 Apr 2023 11:22:22 +0200 (CEST)<br /> Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])<br /> by localhost.domain.tld (Postfix) with ESMTP id A61864211F<br /> for ; Wed, 19 Apr 2023 11:22:22 +0200 (CEST)<br /> Received: by cluster030.hosting.ovh.net (Postfix, from userid 42270)<br /> id 09987453FD; Wed, 19 Apr 2023 11:22:10 +0200 (CEST)<br /> To: hotmail.com>, <br /> Subject: Menu du mois de Mai.<br /> Content-Type: text/html; charset="UTF-8"<br /> Content-Transfer-Encoding: 8bit<br /> Reply-To: <br /> From: Ecole Emines <br /> Delivered-to: severinethomas4@hotmail.com,contact@thibautmarchal.be<br /> Message-ID: <20230419092210.09987453FD@cluster030.hosting.ovh.net><br /> Date: Wed, 19 Apr 2023 11:22:10 +0200<br /> X-Ovh-Tracer-Id: 12884235586816136298<br /> X-VR-SPAMSTATE: OK<br /> X-VR-SPAMSCORE: 0<br /> X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvhedrfedtvddgjeeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefvufggtgfgrhfhsehhkedttddttdejnecuhfhrohhmpedfgfgtohhlvgcugfhmihhnvghsfdeovggtohhlvgdrvghmihhnvghssehlrggsrhhuhigvrhgvrdgsvgeqnecuggftrfgrthhtvghrnhepjeetteevtdffleelkeeuudffheffuedvgfeuuddugeetveevgfffffffveejjedunecuffhomhgrihhnpegvtgholhgvshguvghmihhnvghsrdgsvgenucfkpheptddrtddrtddrtddphedurddujeekrddugeeirdduleelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhpohhuthdphhgvlhhopeguihhrvggtthhorhegrdguvghrphdrmhgrihhlqdhouhhtrdhovhhhrdhnvghtpdhinhgvtheptddrtddrtddrtddpmhgrihhlfhhrohhmpegsohhunhgtvgdqihgupeffuddutdepfgegvddvjedtrdgtlhhushhtvghrtdeftddrohhvhhdrnhgvthepudeikedukeeliedugeefrdefvddqkfgiufeuffesmhgrihhlqdhouhhtrdgtlhhushhtvghrtdeftddrhhhoshhtihhnghdrohhvhhdrnhgvthdpnhgspghrtghpthhtohepuddprhgtphhtthhopegtohhnthgrtghtsehthhhisggruhhtmhgrrhgthhgrlhdrsggvpdfovfetjfhoshhtpehmohehieeh<br /> X-OVH-Remote: 46.105.45.230 (7.mo565.mail-out.ovh.net)<br /> X-VR-SPAMSTATE: OK<br /> X-VR-SPAMSCORE: 0<br /> X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvhedrfedtvddgjeeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefvufggtgfgrhfhsehhkedttddttdejnecuhfhrohhmpedfgfgtohhlvgcugfhmihhnvghsfdeovggtohhlvgdrvghmihhnvghssehlrggsrhhuhigvrhgvrdgsvgeqnecuggftrfgrthhtvghrnhepjeetteevtdffleelkeeuudffheffuedvgfeuuddugeetveevgfffffffveejjedunecuffhomhgrihhnpegvtgholhgvshguvghmihhnvghsrdgsvgenucfkphepgeeirddutdehrdeghedrvdeftddphedurddujeekrddugeeirdduleelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgeeirddutdehrdeghedrvdeftddpmhgrihhlfhhrohhmpeeosghouhhntggvqdhiugepffduuddtpegfgedvvdejtddrtghluhhsthgvrhdtfedtrdhovhhhrdhnvghtpeduieekudekleeiudegfedrfedvqdfkigfuueffsehmrghilhdqohhuthdrtghluhhsthgvrhdtfedtrdhhohhsthhinhhgrdhovhhhrdhnvghtqedpnhgspghrtghpthhtohepuddprhgtphhtthhopegtohhnthgrtghtsehthhhisggruhhtmhgrrhgthhgrlhdrsggvpdfovfetjfhoshhtpehvrheffedpughkihhmpehprghsshdpghgvohfkrfephfftpdhrvghvkffrpeejrdhmohehieehrdhmrghilhdqoh<br /> huthdrohhvhhdrnhgvth<br /> X-Ovh-Spam-Status: OK<br /> X-Ovh-Spam-Reason: vr: OK; dkim: disabled; spf: disabled<br /> X-Ovh-Message-Type: OK<br /> Return-Path: bounce-id=D110=U42270.cluster030.ovh.net=1681896143.32-IXSBD@mail-out.cluster030.hosting.ovh.net<br /> X-MS-Exchange-Organization-Network-Message-Id: 474713d2-9759-4341-5a4d-08db41abbbb1<br /> X-MS-Exchange-Organization-AVStamp-Enterprise: 1.0<br /> X-MS-Exchange-Organization-AuthSource: CAS7.emp.local<br /> X-MS-Exchange-Organization-AuthAs: Anonymous<br /> X-MS-Exchange-Transport-EndToEndLatency: 00:00:00.2745018<br /> X-MS-Exchange-Processed-By-BccFoldering: 15.01.2507.023<br /> MIME-Version: 1.0<br /><br /> <meta content="text/html; charset=utf-8" />Bonjour,<br /><br /><br /> <br /> https://ecolesdemines.be/repas/index.php?idmois=9&eleves=171 pour réserver les repas de Noa Marchal pour le mois de Mai<br /><br /><br /> <br /> Merci,<br /><br /> Bien à vous,<br /><br /> Frédérique Lejeune<br /><br /> aide administrative<br /><br /> Ecole communale d Emines<br /><br /> Rue de Rhisnes, 20 5080 Emines<br /><br /> 081/21.36.39<br /><br /> frederique.lejeune@la-bruyere.be<br /><br /> www.ecolesdemines.be<br /><br /> <br />
Received: from DAG24EX1.emp.local (172.16.2.241) by DAG24EX1.emp.local<br /> (172.16.2.241) with Microsoft SMTP Server (version=TLS1_2,<br /> cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23 via Mailbox<br /> Transport; Thu, 20 Apr 2023 16:30:04 +0200<br /> Received: from CAS7.emp.local (172.16.1.7) by DAG24EX1.emp.local<br /> (172.16.2.241) with Microsoft SMTP Server (version=TLS1_2,<br /> cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2507.23; Thu, 20 Apr<br /> 2023 16:30:04 +0200<br /> Received: from output26.mail.ovh.net (164.132.34.26) by pro1.mail.ovh.net<br /> (172.16.1.7) with Microsoft SMTP Server (version=TLS1_2,<br /> cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.1.2507.23 via Frontend<br /> Transport; Thu, 20 Apr 2023 16:30:04 +0200<br /> Received: from vr33.mail.ovh.net (unknown [10.101.8.33])<br /> by out26.mail.ovh.net (Postfix) with ESMTP id 4Q2Kn8326JzPvxWk9<br /> for ; Thu, 20 Apr 2023 14:30:04 +0000 (UTC)<br /> Received: from in69.mail.ovh.net (unknown [10.101.4.69])<br /> by vr33.mail.ovh.net (Postfix) with ESMTP id 4Q2Kn81Lvzz3CRPvD<br /> for ; Thu, 20 Apr 2023 14:30:04 +0000 (UTC)<br /> Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=46.105.45.230; helo=7.mo565.mail-out.ovh.net; envelope-from=bounce-id=d110=u42270.cluster030.ovh.net=1681896143.32-ixsbd@mail-out.cluster030.hosting.ovh.net; receiver=contact@thibautmarchal.be <br /> Authentication-Results: in69.mail.ovh.net; dkim=none; dkim-atps=neutral<br /> Received: from 7.mo565.mail-out.ovh.net (7.mo565.mail-out.ovh.net [46.105.45.230])<br /> by in69.mail.ovh.net (Postfix) with ESMTPS id 4Q2Kn80tBCz29MJ0r<br /> for ; Thu, 20 Apr 2023 14:30:04 +0000 (UTC)<br /> Received: from director4.derp.mail-out.ovh.net (director4.derp.mail-out.ovh.net [79.137.60.37])<br /> by mo565.mail-out.ovh.net (Postfix) with ESMTPS id D59992226B<br /> for ; Thu, 20 Apr 2023 14:30:03 +0000 (UTC)<br /> Received: from director4.derp.mail-out.ovh.net (director4.derp.mail-out.ovh.net. [127.0.0.1])<br /> by director4.derp.mail-out.ovh.net (inspect_sender_mail_agent) with SMTP<br /> for ; Thu, 20 Apr 2023 14:30:03 +0000 (UTC)<br /> Received: from mail-out02.cluster030.gra.hosting.ovh.net (unknown [10.110.115.38])<br /> by director4.derp.mail-out.ovh.net (Postfix) with ESMTP id 193151FEEE<br /> for ; Thu, 20 Apr 2023 14:30:03 +0000 (UTC)<br /> Received: from mail-out02.cluster030.gra.hosting.ovh.net (localhost.localdomain [127.0.0.1])<br /> by mail-out02.cluster030.gra.hosting.ovh.net (Postfix) with ESMTP id F1B671FEA9<br /> for ; Thu, 20 Apr 2023 16:30:02 +0200 (CEST)<br /> Received: from cluster030.hosting.ovh.net (gwc.cluster030.hosting.ovh.net<br /> [51.178.146.199])<br /> by mail-out02.cluster030.gra.hosting.ovh.net (Postfix) with ESMTP id<br /> B4E961FEA5<br /> for ; Wed, 19 Apr 2023 11:22:22 +0200 (CEST)<br /> Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])<br /> by localhost.domain.tld (Postfix) with ESMTP id A61864211F<br /> for ; Wed, 19 Apr 2023 11:22:22 +0200 (CEST)<br /> Received: by cluster030.hosting.ovh.net (Postfix, from userid 42270)<br /> id 09987453FD; Wed, 19 Apr 2023 11:22:10 +0200 (CEST)<br /> To: hotmail.com>, <br /> Subject: Menu du mois de Mai.<br /> Content-Type: text/html; charset="UTF-8"<br /> Content-Transfer-Encoding: 8bit<br /> Reply-To: <br /> From: Ecole Emines <br /> Delivered-to: severinethomas4@hotmail.com,contact@thibautmarchal.be<br /> Message-ID: <20230419092210.09987453FD@cluster030.hosting.ovh.net><br /> Date: Wed, 19 Apr 2023 11:22:10 +0200<br /> X-Ovh-Tracer-Id: 12884235586816136298<br /> X-VR-SPAMSTATE: OK<br /> X-VR-SPAMSCORE: 0<br /> X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvhedrfedtvddgjeeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefvufggtgfgrhfhsehhkedttddttdejnecuhfhrohhmpedfgfgtohhlvgcugfhmihhnvghsfdeovggtohhlvgdrvghmihhnvghssehlrggsrhhuhigvrhgvrdgsvgeqnecuggftrfgrthhtvghrnhepjeetteevtdffleelkeeuudffheffuedvgfeuuddugeetveevgfffffffveejjedunecuffhomhgrihhnpegvtgholhgvshguvghmihhnvghsrdgsvgenucfkpheptddrtddrtddrtddphedurddujeekrddugeeirdduleelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhpohhuthdphhgvlhhopeguihhrvggtthhorhegrdguvghrphdrmhgrihhlqdhouhhtrdhovhhhrdhnvghtpdhinhgvtheptddrtddrtddrtddpmhgrihhlfhhrohhmpegsohhunhgtvgdqihgupeffuddutdepfgegvddvjedtrdgtlhhushhtvghrtdeftddrohhvhhdrnhgvthepudeikedukeeliedugeefrdefvddqkfgiufeuffesmhgrihhlqdhouhhtrdgtlhhushhtvghrtdeftddrhhhoshhtihhnghdrohhvhhdrnhgvthdpnhgspghrtghpthhtohepuddprhgtphhtthhopegtohhnthgrtghtsehthhhisggruhhtmhgrrhgthhgrlhdrsggvpdfovfetjfhoshhtpehmohehieeh<br /> X-OVH-Remote: 46.105.45.230 (7.mo565.mail-out.ovh.net)<br /> X-VR-SPAMSTATE: OK<br /> X-VR-SPAMSCORE: 0<br /> X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvhedrfedtvddgjeeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefvufggtgfgrhfhsehhkedttddttdejnecuhfhrohhmpedfgfgtohhlvgcugfhmihhnvghsfdeovggtohhlvgdrvghmihhnvghssehlrggsrhhuhigvrhgvrdgsvgeqnecuggftrfgrthhtvghrnhepjeetteevtdffleelkeeuudffheffuedvgfeuuddugeetveevgfffffffveejjedunecuffhomhgrihhnpegvtgholhgvshguvghmihhnvghsrdgsvgenucfkphepgeeirddutdehrdeghedrvdeftddphedurddujeekrddugeeirdduleelnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgeeirddutdehrdeghedrvdeftddpmhgrihhlfhhrohhmpeeosghouhhntggvqdhiugepffduuddtpegfgedvvdejtddrtghluhhsthgvrhdtfedtrdhovhhhrdhnvghtpeduieekudekleeiudegfedrfedvqdfkigfuueffsehmrghilhdqohhuthdrtghluhhsthgvrhdtfedtrdhhohhsthhinhhgrdhovhhhrdhnvghtqedpnhgspghrtghpthhtohepuddprhgtphhtthhopegtohhnthgrtghtsehthhhisggruhhtmhgrrhgthhgrlhdrsggvpdfovfetjfhoshhtpehvrheffedpughkihhmpehprghsshdpghgvohfkrfephfftpdhrvghvkffrpeejrdhmohehieehrdhmrghilhdqoh<br /> huthdrohhvhhdrnhgvth<br /> X-Ovh-Spam-Status: OK<br /> X-Ovh-Spam-Reason: vr: OK; dkim: disabled; spf: disabled<br /> X-Ovh-Message-Type: OK<br /> Return-Path: bounce-id=D110=U42270.cluster030.ovh.net=1681896143.32-IXSBD@mail-out.cluster030.hosting.ovh.net<br /> X-MS-Exchange-Organization-Network-Message-Id: 474713d2-9759-4341-5a4d-08db41abbbb1<br /> X-MS-Exchange-Organization-AVStamp-Enterprise: 1.0<br /> X-MS-Exchange-Organization-AuthSource: CAS7.emp.local<br /> X-MS-Exchange-Organization-AuthAs: Anonymous<br /> X-MS-Exchange-Transport-EndToEndLatency: 00:00:00.2745018<br /> X-MS-Exchange-Processed-By-BccFoldering: 15.01.2507.023<br /> MIME-Version: 1.0<br /><br /> <meta content="text/html; charset=utf-8" />Bonjour,<br /><br /><br /> <br /> https://ecolesdemines.be/repas/index.php?idmois=9&eleves=171 pour réserver les repas de Noa Marchal pour le mois de Mai<br /><br /><br /> <br /> Merci,<br /><br /> Bien à vous,<br /><br /> Frédérique Lejeune<br /><br /> aide administrative<br /><br /> Ecole communale d Emines<br /><br /> Rue de Rhisnes, 20 5080 Emines<br /><br /> 081/21.36.39<br /><br /> frederique.lejeune@la-bruyere.be<br /><br /> www.ecolesdemines.be<br /><br /> <br />
Bonjour,
Vous avez quel offre ?
Combien de mails par heures ?
C'est réellement le script que vous utilisez ?
Pour information voici les limites : https://help.ovhcloud.com/csm/fr-web-hosting-technical-specifications?id=kb_article_view&sysparm_article=KB0052809
Cordialement, janus57
Received: from 1out02.cluster030.gra.hosting.ovh.netout02.cluster030.gra.hosting.ovh.net (localhost.localdomain [127.0.0.1])
by 1out02.cluster030.gra.hosting.ovh.netout02.cluster030.gra.hosting.ovh.net (Postfix) with ESMTP id F1B671FEA9
for <contactXthibautmarchal.be>; **Thu, 20 Apr 2023 16:30:02 +0200** (CEST)
Received: from cluster030.hosting.ovh.net (gwc.cluster030.hosting.ovh.net
[51.178.146.199])
by 1out02.cluster030.gra.hosting.ovh.netout02.cluster030.gra.hosting.ovh.net (Postfix) with ESMTP id
B4E961FEA5
for <contactXthibautmarchal.be>; **Wed, 19 Apr 2023 11:22:22 +0200** (CEST)
Clairement il y a eu un incident dans les tuyaux d'OVH à cette date.
Le mail c'est un service qui n'est jamais garanti comme étant immédiat, mais un jour et cinq heures, là c'est abusé...
Vous n'avez pas quelque chose d'un peu plur récent que avril 2023, car c'est un peu tard pour venir se plaindre.