cancel
Showing results for 
Search instead for 
Did you mean: 

Email sent from my website failed 28th Nov 2023

LSteve
Dabbler
Posts: 14
Registered: ‎04-08-2020

Email sent from my website failed 28th Nov 2023

I've been using PHPMailer from my plusnet website for several months. Emails have been sent from it without an issue. But yesterday (28th Nov 2023) they stop working with the following error :-
Connection: opening to relay.plus.net:587, timeout=300, options=array()
2023-11-29 17:42:11 Connection failed. Error #2: stream_socket_client(): unable to connect to relay.plus.net:587 (Connection refused) [/services5/util/c/c/ccgi.********.plus.com/public/mailtest/PHPMailer/src/SMTP.php line 409]
2023-11-29 17:42:11 SMTP ERROR: Failed to connect to server: Connection refused (111)
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

I've tried a different email address, this also fails with the same error.

I've tried this from my local machine and it's fine.

I assume there was an update or some change which had blocked this from working.
Any help appreciated.
Thanks
Steve

10 REPLIES 10
Townman
Superuser
Superuser
Posts: 23,235
Thanks: 9,746
Fixes: 162
Registered: ‎22-08-2007

Re: Email sent from my website failed 28th Nov 2023

Try using the debug settings referenced in the link.  That might offer better insight to which of a multitude of reasons could lead to this outcome.

There is a fair possibility that the web host service IP address has become tar-balled.  Such can self correct after 48 hours.

Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.

LSteve
Dabbler
Posts: 14
Registered: ‎04-08-2020

Re: Email sent from my website failed 28th Nov 2023

The error message says the connection failed, and I'm certain this is not a php mailer or auhentication problem. I suspect the smtp ports are being blocked from leaving the server. Unauthenticated emails are sent, but this is not a solutoin as they are often rejected as likely spam.
I've contacted customer services and they are looking into it.

Townman
Superuser
Superuser
Posts: 23,235
Thanks: 9,746
Fixes: 162
Registered: ‎22-08-2007

Re: Email sent from my website failed 28th Nov 2023

Php mailer has different diagnostic levels. Without which all non-connections look the same.

Superusers are not staff, but they do have a direct line of communication into the business in order to raise issues, concerns and feedback from the community.

LSteve
Dabbler
Posts: 14
Registered: ‎04-08-2020

Re: Email sent from my website failed 28th Nov 2023

I've been usng the highest level of debug in php mailer.

bobpullen
Community Gaffer
Community Gaffer
Posts: 16,904
Thanks: 5,012
Fixes: 316
Registered: ‎04-04-2007

Re: Email sent from my website failed 28th Nov 2023

@LSteve - when you say 'unauthenticated emails send fine', do you mean simply with smtp auth disabled and/or with TLS switched off? What port were you using for this?

I think I've replicated the issue on my own webspace, however the difference is - I've never had this working, so I've nothing really to compare it to.

I don't suppose you have a copy of an email that was successfully delivered to a mailbox before this issue began? I'd be interested to see the email headers so I can understand the route it took from the hosting platform to the destination. Feel free to private message me if you do have this detail.

Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵

LSteve
Dabbler
Posts: 14
Registered: ‎04-08-2020

Re: Email sent from my website failed 28th Nov 2023

Hi Bob,
I replied a few days ago but it seems to have disappeared.
The NetOps team have also asked for an email header when the emails were okay. This is totally irrelevant as it's no longer to open any of the smtp ports. I don't seem to be getting anywhere. I assume this is a firewall issue with the website server blocking the smtp ports.
The php code below illustrates the problem, the smtp ports are no longer open, but the imap and pop ports are. So it would be possible to receive emails, but they can't be sent using these ports.
Steve


function check_port ($addr, $port)
{
$fp = fsockopen ($addr, $port, $errno, $errstr, 5);
if (!$fp)
{
echo 'port '.$port.' is closed or blocked - err = '.$errno.' '.$errstr.'
';
}
else
{
echo 'port '.$port.' is open
';
}
}

check_port ('relay.plus.net', 25);
check_port ('relay.plus.net', 465);
check_port ('relay.plus.net', 587);
check_port ('imap.plus.net', 993);
check_port ('mail.plus.net', 110);
check_port ('mail.plus.net', 995);


bobpullen
Community Gaffer
Community Gaffer
Posts: 16,904
Thanks: 5,012
Fixes: 316
Registered: ‎04-04-2007

Re: Email sent from my website failed 28th Nov 2023

@LSteve - the rationale behind asking for the headers was to try and extract some logging from our side form an occasion when things were working. That would be helpful collateral in raising the issue with the hosting provider. I did try and locate something originating from your site when I last looked but I struggled.

I have run your script and it suggests that all outbound ports are blocked. This confuses me a little as you'd reported previously that you were able to send unathenticated mail? Are you suggesting things have become worse?

Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵

LSteve
Dabbler
Posts: 14
Registered: ‎04-08-2020

Re: Email sent from my website failed 28th Nov 2023

Hi Bob,
I've attached source of 3 emails. One is the last that was successfully sent from the website (header1.txt). There is an old email before I was authenticating (header1-old.txt). The other is a non authenticated email that I've just tested, and yes this is still working. Conclusion is that the php mail() function does not use port 25, although as yet I don't know how it works.
NetOps have now had 13 attempts at looking at this, I've sent them the same files. It would be nice if they would at least say that something changed early on the 28th Nov.

Note having problems attaching files so they follow on....
Steve

 

From - Tue Nov 28 11:41:57 2023
X-Account-Key: account7
X-UIDL: UID13186-1416054802
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:                                                                                 
Return-path: <info@e2-e4.co.uk>
Envelope-to: info-e2e4@stevelaw0.plus.com
Delivery-date: Tue, 28 Nov 2023 00:22:11 +0000
Received: from [212.159.14.22] (helo=avasin-peh-002.plus.net)
      by inmx-peh-003.plus.net with esmtp (PlusNet MXCore v2.00) id 1r7lrf-0009y6-M7
      for info-e2e4@stevelaw0.plus.com; Tue, 28 Nov 2023 00:22:11 +0000
Received: from mout.kundenserver.de ([217.72.192.73])
    by Plusnet Cloudmark Gateway with ESMTP
    id 7lrdr5KunAtiC7lrfrJImT; Tue, 28 Nov 2023 00:22:11 +0000
X-CM-Score: 0.00
X-CNFS-Analysis: v=2.4 cv=Qr1NYH+d c=1 sm=1 tr=0 ts=656532b3 cx=a_idp_d
 a=AEfWdTYJeKYm9ShiJgG+eA==:117 a=OJKRW5oqnCBxU2IcY3x/Ag==:17
 a=8nJEP1OIZ-IA:10 a=BNY50KLci1gA:10 a=tTD6Ic9qAAAA:8 a=a8j-YGB1z2qQvILsVmkA:9
 a=wPNLvfGTeEIA:10 a=ciFsmrQRbS5QKIzvZ7KI:22 a=tkF-DOWKA6gRnXV1APPt:22
Received: from mout.kundenserver.de ([212.227.126.131]) by mx.kundenserver.de
 (mxeue102 [217.72.192.67]) with ESMTPS (Nemesis) id 1MitKU-1rkOPB2c4K-00hxsA;
 Tue, 28 Nov 2023 01:22:05 +0100
Received: from ccgi.stevelaw0.plus.com ([91.136.11.217]) by
 mrelayeu.kundenserver.de (mreue011 [212.227.15.163]) with ESMTPSA (Nemesis)
 id 1MFsER-1r4hr40A0N-00HLeK; Tue, 28 Nov 2023 01:22:01 +0100
Date: Tue, 28 Nov 2023 00:22:00 +0000
To: info@e2-e4.co.uk
From: info@e2-e4.co.uk
Message-ID: <8sue4C29MLLuay79thsyjHQWDnhCvaJGm8wiJI@ccgi.stevelaw0.plus.com>
X-Mailer: PHPMailer 6.2.0 (https://github.com/PHPMailer/PHPMailer)
List-Unsubscribe: info@e2-e4.co.uk?subject=Unsubscribe
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
X-Provags-ID: V03:K1:kR6tkegEmifIK8bR7wlCatzlfAhUU7bkZWf9aw/dWNbDPeD44h1
 dGs7ak20IAUYjHImU0t1+Xz1WHrti2B6lxQbdPvm41zNelJEAWvkjkrdn1xLt3WUZKX8W07
 sI/U5yzq7QihZ9hbwL2aQVJ57tpIydfEWOFMMmfStZhoScu9sy8trbgI01EBqxtxyGozyUX
 DhGPYN0CZ/hWaWjR00Mhg==
X-Spam-Flag: NO
X-Spam-Flag: NO
UI-OutboundReport: notjunk:1;M01:P0:w4Ud40Q4cks=;6R8tikzF2ehFxg23QdpOyS2afrM
 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
 ZxQgFjEiH1KTM4zyJVhM=
X-CMAE-Envelope: MS4xfJQXIbJrW5ndgBj1Qf8Hu82AGlLH4yi3duMzkxwu/pNEX+Gmc6mWqdcKv01ZSlcEgRpbvbZTyQFwoiKROa5+6MoB9cDF50DYJRzyMAPPpY9YHBWg/Z9c
 u9rTrZFbiWuFFhQIYb/ZzXDg9GghJq5GbMcF9MzVMi+OkC5yl8ZnJ3UO2cx53tO2S7llticCjWJioULYtmvlAP5RahTLmXnq97E=
X-pn-pstn-db:" Spam 99
X-PN-Virus-Filtered: by PlusNet MXCore (v5.00)
X-PN-Spam-Filtered: by PlusNet MXCore (v5.00)
Subject: Monday 27-November-2023 / Herts CA : Herts League - Division 1 / Hemel Hempstead 1 v Little Heath 1

**************************************** Start of report ****************************************

Sent by : Law, Stephen  (Tuesday 28-November-2023 0:21:59)

                                     Herts CA : Herts League - Division 1                                     
                                           Monday 27-November-2023                                            

           Hemel Hempstead 1                               Little Heath 1
Board  1 : Tukpetov, Evgeny                    2230   0-1   Pigott, John C                     2372
Board  2 : Holland, Edward N                   2235   1-0   Ward, Jeremy P                     2172
Board  3 : Garwood, Colin P                    2177   0-1   Sagall, Roy                        2203
Board  4 : Gilfillan, Andrew                   2124   0-1   Waterman, Howard J                 1919
Board  5 : Law, Stephen                        2096   1/2   Yu, Rock                           1826
  Match Score :                                   1.5 - 3.5


***************************************** End of report *****************************************

This result was sent from chess-results.e2-e4.co.uk

 

############################################################################################

From - Tue Jun 13 11:12:01 2023
X-Account-Key: account7
X-UIDL: UID12638-1416054802
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:                                                                                 
Return-path: <www@web81c50.megawebservers.eu>
Envelope-to: info-e2e4@stevelaw0.plus.com
Delivery-date: Mon, 12 Jun 2023 22:59:58 +0100
Received: from [84.93.230.228] (helo=avasin-ptp-003.plus.net)
      by inmx-peh-003.plus.net with esmtp (PlusNet MXCore v2.00) id 1q8pZu-00070J-2K
      for info-e2e4@stevelaw0.plus.com; Mon, 12 Jun 2023 22:59:58 +0100
Received: from mout.kundenserver.de ([217.72.192.74])
    by Plusnet Cloudmark Gateway with ESMTP
    id 8pZmqAwISNbe38pZpqeaP6; Mon, 12 Jun 2023 22:59:53 +0100
X-CM-Score: 0.00
X-CNFS-Analysis: v=2.4 cv=BuqOfKb5 c=1 sm=1 tr=0 ts=64879559 cx=a_idp_d
 a=v4MYiTvv8ffc2qYmv1G1Pw==:117 a=2O1apCS3VUV3VPxT5I8NyQ==:17
 a=1oJP67jkp3AA:10 a=of4jigFt-DYA:10 a=tTD6Ic9qAAAA:8 a=a8j-YGB1z2qQvILsVmkA:9
 a=wPNLvfGTeEIA:10 a=ciFsmrQRbS5QKIzvZ7KI:22 a=vjMFaxdTzmpZwn4RbnHY:22
 a=8iqKRNYe-yLjZuHCO3rH:22
Received: from [217.72.192.67] ([217.72.192.67]) by mx.kundenserver.de
 (mxeue111 [217.72.192.67]) with ESMTPS (Nemesis) id 1N9ewV-1q302V2iHt-015XIM
 for <info-e2e4@stevelaw0.plus.com>; Mon, 12 Jun 2023 23:59:50 +0200
Received: from mailrelay3c50.megamailservers.eu ([91.136.10.252]) by
 mx.kundenserver.de (mxeue111 [217.72.192.67]) with ESMTPS (Nemesis) id
 1Mpmbz-1pnXad2csX-00qCGc for <info@e2-e4.co.uk>; Mon, 12 Jun 2023 23:59:50
 +0200
Received: from web81c50.megawebservers.eu (web81c50.megawebservers.eu [91.136.11.81])
    by mailrelay3c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id 35CLvZJ4016193;
    Mon, 12 Jun 2023 21:57:36 +0000
Received: (from Unknown UID 485933@localhost)
    by web81c50.megawebservers.eu (8.14.7/8.12.2/Submit) id 35CLvZLO003361;
    Mon, 12 Jun 2023 21:57:35 GMT
Date: Mon, 12 Jun 2023 21:57:35 GMT
Message-Id: <202306122157.35CLvZLO003361@web81c50.megawebservers.eu>
X-IDENT-AUTH: Unknown UID 485933@localhost
To: info@e2-e4.co.uk
From: info@e2-e4.co.uk
Reply-To: info@e2-e4.co.uk
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary = "E2E4RESULTS648794cf720e0"
X-VADE-SPAMSTATE: clean
X-VADE-SPAMSCORE: 15
X-VADE-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvhedrgeduiedgtdehucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecujffquffvqffrkfetpdfqfgfvpdfgpfggqdevhedtnecuuegrihhlohhuthemuceftddunecuogetfedtuddqtdduucdludehmdenucfjughrpefvuffhrhggtgesmhdttdfotddtudenucfhrhhomhepihhnfhhosegvvddqvgegrdgtohdruhhknecuggftrfgrthhtvghrnhepvdehheeigeffjeelfeeuvddtkeffveehhfdvfedtvdfffedvhfetgefhjeegjeehnecuffhomhgrihhnpegvvddqvgegrdgtohdruhhknecukfhppeeluddrudefiedruddurdekudenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeluddrudefiedruddurdekuddphhgvlhhopeifvggskedutgehtddrmhgvghgrfigvsghsvghrvhgvrhhsrdgvuhdpmhgrihhlfhhrohhmpeiffiifseifvggskedutgehtddrmhgvghgrfigvsghsvghrvhgvrhhsrdgvuhdpnhgspghrtghpthhtohepgeefpdhrtghpthhtohepthhhuhhrshhtrghnfeefheesghhmrghilhdrtghomhdprhgtphhtthhopehsthgvvhgvlhgrfieshhgvmhgvlhgthhgvshhsrdgtohdruhhkpdhrtghpthhtohepsggrrhhrhigrtghhvggrlhesghhmrghilhdrtghomhdprhgtphhtthhopegsrhhirghnrdhjuhgukhhinhhssehnthhlfihorhhlugdrtghomhdprhgtphhtthhopehflhhtohhnvgeshhh!
 othhmrghilhdrtghomhdprhgtphhtthhopehirghnrdhjvghnkhhinhhsjeefsehnthhlfihorhhlugdrtghomh
X-Spam-Flag: NO
UI-OutboundReport: notjunk:1;M01:P0:zc2vThRjLhw=;jSaM6uYNCz2NWKI1L+kr933mPEd
 L0Ssig57/acD3718IQMVIF3O50LdkVdUi1a6WQBDsNlTDhWNZAsaHr4odaOtsu4EoumhLFApT
 81AWEEkC5c9PhoMFQcfQ378FR0PuTE6F617W6qKU7639g8YJOSwTQfgjQByHcN6c1yhOpcXLw
 En5bb/t/ZbpKOF2IKUmPKirZYJr1RjP2rmur2mSv5kL0UINl2VuUDKotZ+rX8QlIjHVsFtdLg
 /tObtePlcmOdwPVRKoF6pvcP984rv/S8nMzpINQ+/L5+sCtZmiVb20ARNnh9MBy1plmXxAA9L
 tc0hHCM48LVzZ3+NovvXeC7R46fSLvInTQb79SQZlJ5YgMBW9zg15ONrwq0tdE05NatMY8mPs
 lMOkOmSdEfU5uKitftNNgS2jSb1lLXl7K8YlWAXnp6arGEWrQu4bk/P33GixOEHsat5HO75Pt
 BIGqC5xWfggYXxK0qS1+OUoaP+MlA5D60JgKDJ3XQ/QRFtqFHm6g95Z6NVMfyTnLujEFrvL4B
 ck9WBpNWncpo0oPwOlRqifMEMRAuk3qjxryMr3u/Wr7kfDEZJreDQymFX71odSapA1Khp3rtx
 GfU7zpq33rNxIYb0bkljX7lutbWgR94EvJffgVQoDuLVdASxF2uOGRZ6kSAUfGb+nZ5gDcNEB
 lDLf2RsiZ2n2BbrYL7gOqOgSDG5KMZXqfWNjVZioT9ibAAlaBtwQBbPJCE3sY8XPgqdrzrEHw
 8ygKevoIDupl+o0KN6u5ue7DCG6c0QREL87ypaNMrCA6czyqwnAunG8Y3OTznxuow3rJtrO+f
 ke
X-CMAE-Envelope: MS4xfHEb3Jz+9cSgC/oYYSR3TFm7kVAGK4eQsnVZVglXvC4E+5zj0+sNADziHtWiDTMjURxLAft0FQjDbF9S4q3lWRlX+SRcR/JUEImQykxnypFVyDVwOeGy
 ehJ1dw5XKYXtG4ukq9+VXopAuys3r8+nkCxpLfAumXviAG2h+csHNT9RbCx+VNFLARm5Tr+ihS+O8WVG6jQKpJLDk0uvKr4GUSF5tqWbU0ecYkWkKTRGFcUf
X-pn-pstn-db:" Spam 99
X-PN-Virus-Filtered: by PlusNet MXCore (v5.00)
X-PN-Spam-Filtered: by PlusNet MXCore (v5.00)
Subject: Monday 12-June-2023 / Herts CA : Herts League - Division 1 / Letchworth & Hitchin 1 v Hertford 1

--E2E4RESULTS648794cf720e0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

**************************************** Start of report ****************************************

Sent by : Thurstan, Tim M  (Monday 12-June-2023 22:57:34)

                                     Herts CA : Herts League - Division 1                                     
                                             Monday 12-June-2023                                              

           Letchworth & Hitchin 1                          Hertford 1
Board  1 : Abrams, James S                     2071   1/2   Cheal, Barry A                     2009
Board  2 : Fletcher, Matthew K                 2041   1/2   Byway, Paul V                      2033
Board  3 : Burton, Sean                        1823   0-1   Capes, Ian                         1896
Board  4 : Ball, Anthony J                     1908   0-1   Morris, Simon P                    1946
Board  5 : Woodhouse, Tom                      1662   1/2   Buswell, A Mark                    1774
  Match Score :                                   1.5 - 3.5


***************************************** End of report *****************************************

This result was sent from chess-results.e2-e4.co.uk



--E2E4RESULTS648794cf720e0--

############################################################################################

From - Wed Jan 24 12:41:05 2024
X-Account-Key: account5
X-UIDL: 1Mj7ul-1qpzx80AMP-00ezzp
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
X-Mozilla-Keys:                                                                                 
Return-Path: <ccgi.stevelaw0.plus.com@web217c50.megawebservers.eu>
Authentication-Results:  kundenserver.de; dkim=none
Received: from mailrelay3c50.megamailservers.eu ([91.136.10.252]) by
 mx.kundenserver.de (mxeue103 [217.72.192.67]) with ESMTPS (Nemesis) id
 1M2hkf-1rWCWr1zPL-001ZDU for <steve@e2-e4.co.uk>; Wed, 24 Jan 2024 13:40:58
 +0100
Received: from web217c50.megawebservers.eu (web217c50.megawebservers.eu [91.136.11.217])
    by mailrelay3c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id 40OCevrh049936
    for <steve@e2-e4.co.uk>; Wed, 24 Jan 2024 12:40:57 +0000
Received: by web217c50.megawebservers.eu (Postfix, from userid 485933)
    id 53DA340C34; Wed, 24 Jan 2024 12:40:57 +0000 (UTC)
To: steve@e2-e4.co.uk
Subject: email test using php mail() function
Message-Id: <20240124124057.53DA340C34@web217c50.megawebservers.eu>
Date: Wed, 24 Jan 2024 12:40:57 +0000 (UTC)
From: ccgi.stevelaw0.plus.com@web217c50.megawebservers.eu
X-VADE-SPAMSTATE: clean
X-VADE-SPAMSCORE: 0
X-VADE-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvkedrvdeluddggedtucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecujffquffvqffrkfetpdfqfgfvpdfgpfggqdevhedtnecuuegrihhlohhuthemuceftddunecunecujfgurhepvffukfffhfestddttddttddttdenucfhrhhomheptggtghhirdhsthgvvhgvlhgrfidtrdhplhhushdrtghomhesfigvsgdvudejtgehtddrmhgvghgrfigvsghsvghrvhgvrhhsrdgvuhenucggtffrrghtthgvrhhnpeeljeeiteekvefgheevtdfhieegteduteduheejgfekgeffjeevleetueevleefheenucfkphepledurddufeeirdduuddrvddujeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeluddrudefiedruddurddvudejpdhhvghlohepfigvsgdvudejtgehtddrmhgvghgrfigvsghsvghrvhgvrhhsrdgvuhdpmhgrihhlfhhrohhmpegttghgihdrshhtvghvvghlrgiftddrphhluhhsrdgtohhmseifvggsvddujegthedtrdhmvghgrgifvggsshgvrhhvvghrshdrvghupdhnsggprhgtphhtthhopedupdhrtghpthhtohepshhtvghvvgesvgdvqdgvgedrtghordhukh
X-Origin-Country: CA
Envelope-To: <steve@e2-e4.co.uk>
X-Spam-Flag: NO
UI-InboundReport: notjunk:1;M01:P0:qGx5/o718g8=;Gy5TIYBYYeP7y4FiSlT8tcTAM9Eo
 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
 =

hello

Moderator's note by Mike (Mav): Three posts released from Spam Filter and two duplicates removed.
LSteve
Dabbler
Posts: 14
Registered: ‎04-08-2020

Re: Email sent from my website failed 28th Nov 2023

I was unable to either attached the full email source or place them in the text so have sent via a private message.
Yes unathenticated emails still works, I'm not sure what mechanism this uses.
Between the beginning of October and the 28th Nov more than 1000 emails were sucessfully authenticated and sent using php mailer.
Steve

 

LSteve
Dabbler
Posts: 14
Registered: ‎04-08-2020

Re: Email sent from my website failed 28th Nov 2023

... but now the email sources have now appeared!