No email since 14:00 yesterday
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- :
- No email since 14:00 yesterday
No email since 14:00 yesterday
27-09-2022 11:23 AM - edited 27-09-2022 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
No incoming email since yesterday afternoon. Tested today with three devices, nothing received.
Outgoing email ok.
What's up, PN?
Edit: some emails now being received, others aren't.
Edit2: other emails (tests from gmail) now also arriving.
PN, pls ignore for now.
Re: No email since 14:00 yesterday
27-09-2022 10:41 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Resurrected.
Exactly the same thing today: no email since 14:02.
Re: No email since 14:00 yesterday
27-09-2022 10:59 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Too much of a coincidence for exactly the same thing to happen on consecutive days.
Outgoing mail works. No incoming: tried on two devices just now.
Re: No email since 14:00 yesterday
28-09-2022 6:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
It improved but now I can't send email due to a PN server problem.
Re: No email since 14:00 yesterday
29-09-2022 11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hiya @Mardler, I'm sorry for the issues with your mail.
Are you receiving mail OK if using webmail.plus.net?
Re: No email since 14:00 yesterday
29-09-2022 12:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks for your response, Lauren.
Yes, incoming email is fine at least for now.
I remain unable to send email. Two errors: as yesterday and now "the username or password for relay.plus.net is incorrect". I have changed nothing. I have had this error before, neither I nor PN could correct it but eventually the server fault resolved itself.
I do not use webmail directly, I use the iOS mail app.
I suspect that it's a PN mail server fault again.
Re: No email since 14:00 yesterday
29-09-2022 12:34 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi Lauren,
I just sent an email successfully using webmail.
It's the relay server that's the problem.
Re: No email since 14:00 yesterday
29-09-2022 1:36 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: No email since 14:00 yesterday
29-09-2022 2:00 PM - edited 29-09-2022 2:01 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Which email brand?
There are two concurrent threads on issues with accessing the SMTP servers - see https://community.plus.net/t5/Email/SMTP-gateway-issue/td-p/1890089/jump-to/first-unread-message
Also, this diagnostic might be informative.
Test SMTP authentication
Email programs often report username / password error for issues not actually related to those being wrong, but for other connectivity issues. Such can be very frustrating when you are convinced that they are correct. Testing SMTP authentication through a command line interface can deliver a more precise error message. The following describes how to do this using TELNET.
This is not difficult, but you need the following resources which might be unfamiliar...
- TELNET - this might need installing as an additional option, for Windows see enabling TELNET.
- A code64 encoder / decoder such as this.
You can use TELNET to communicate direct with the SMTP server as follows...
Open the code64 encoder in a web browser and leave ready for use in the following steps.
Launch a windows command line window (DOS window) - press windows-key+R - type CMD into the run box - click OK
Enter...
telnet relay.plus.net 587
Press enter. Note if you use one of the other brand email services, use the appropriate SMTP server name for that brand. In response to SMTP server I'm here message, say 'HELLO'...
EHLO relay.plus.net
The SMTP server will then report what it can do after which tell the server you wish to authenticate...
AUTH login
The server should return the following, which is a base64 encoded string that requires your username:
334 VXNlcm5hbWU6
Use the code64 encoder to encode your username and paste it into the telnet window and press enter. For example:
bXl1c2VybmFtZQ==
The server should return the following, which is a base64 encoded string that requires your password:
334 UGFzc3dvcmQ6
Paste the base64 encoded password for the username. For example:
bXlwYXNzd29yZA==
The server will then report success or failure, any failure message should clearly indicate the reason for the failure. If the reason for the failure is not clear, please report back the message.
Close the SMTP / TELNET session by entering
quit
The session should look something similar to the below wherein your input is in bold...
220 avasout03 smtp relay.plus.net
EHLO relay.plus.net
250-avasout03 hello [your IP address], pleased to meet you
250-HELP
250-AUTH LOGIN PLAIN
250-SIZE 104857600
250-PIPELINING
250-8BITMIME
250-STARTTLS
250 OK
AUTH LOGIN
334 VXNlcm5hbWU6
bXl1c2VybmFtZQ==
334 UGFzc3dvcmQ6
bXlwYXNzd29yZA==
235 ... authentication succeeded
quit
221 avasout03 smtp closing connection
Connection to host lost.
Here are some examples of failure responses...
535 ...authentication rejected [as username / password is wrong]
535 ...authentication rejected as source IP has a poor reputation
535 Too many SMTP auth failures. Please try again later.
In another browser tab, login into the Plusnet user portal BEFORE clicking the fault & ticket links
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.
If this post helped, please click the Thumbs Up and if it fixed your issue, please click the This fixed my problem green button below.
Re: No email since 14:00 yesterday
30-09-2022 1:28 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi Lauren,
The setting are completely unchanged.
The error messages specifically gave a PN outgoing mail server fault which has happened before.
However today my test emails are being sent and received.
Except one, the one that started the problem. This still cannot be sent. This time the problem is reported as failure to send the message content to the server. The fault has been pinpointed but not the reason:-
The email included a link to a newspaper's review of two local hostelries. It simply will not send. So I figured that if my test emails are ok but don't have this email url (in fact none) stripping out the link might work: it did! Using just the url also fails.
I will try sending a different url and see what happens.
Re: No email since 14:00 yesterday
30-09-2022 2:01 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I just tried sending an email with a different url (this page) and it failed with the incorrect username or password error message: the settings are correct and have never been changed.
I then tried an email with plain text, it also failed with that error.
This is a fault I have experienced several times over the last few years. It has always been a PN server error never at this end.
Once again I am unable to send emails.
What is intriguing this time is that the fault with the "rogue" url seems to trigger a pattern of closure, it's almost as though some monitoring algorithm has been tripped.
PS: I have no intention of posting my email settings here but please be clear that they have not been changed and have been checked.
Re: No email since 14:00 yesterday
30-09-2022 2:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Update: the two plain text emails in my outbox were just sent and received! The one with the url of this page also went and was received. I did nothing except watch them go.
The two with the newspaper url have not been sent.
A fresh test email was sent and received instantly.
What is going on?
Re: No email since 14:00 yesterday
30-09-2022 3:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
What is intriguing this time is that the fault with the "rogue" url seems to trigger a pattern of closure, it's almost as though some monitoring algorithm has been tripped.
It is!. The content of the email is being seen as spam. The server is reporting an error BUT your email client is not reporting it accurately, many don't!. The client simply detects that the email hasnt been sent, but doesnt process the actual error code (probably 552 in this case) and just reports that it was likely an authentication error, which it isnt.
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.
Re: No email since 14:00 yesterday
01-10-2022 11:00 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks, MisterW, that's exactly what I was thinking.
If PN come back I will post the offending url here.
ITM, plain text emails are going and no doubt other urls too though I haven't bothered trying.
PN???
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page