<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to send email in Email</title>
    <link>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964466#M46233</link>
    <description>&lt;P&gt;There are a host of reasons for this symptom, none of which are related to the password ... but most email clients do not discern the real cause - they just ask for the password.&amp;nbsp; You have not provided any details of the context of this issue...&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Are you connecting over a Plusnet connection - that is not mobile or VPN&lt;/LI&gt;
&lt;LI&gt;Are you a current customer or is this a legacy email account&lt;/LI&gt;
&lt;LI&gt;Which email brand is this&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Test SMTP authentication&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;This is not difficult, but you need the following resources which might be unfamiliar...&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;TELNET - this might need installing as an additional option, for Windows see &lt;A href="https://social.technet.microsoft.com/wiki/contents/articles/38433.windows-10-enabling-telnet-client.aspx" target="_blank"&gt;enabling TELNET&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;A code64 encoder / decoder such as &lt;A href="https://www.base64encode.org/" target="_blank"&gt;this&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You can use TELNET to communicate direct with the SMTP server as follows...&lt;/P&gt;
&lt;P&gt;Open the code64 encoder in a web browser and leave ready for use in the following steps.&lt;/P&gt;
&lt;P&gt;Launch a windows command line window (DOS window) - press windows-key+R - type CMD into the run box - click OK&lt;/P&gt;
&lt;P&gt;Enter...&lt;/P&gt;
&lt;PRE&gt;telnet relay.plus.net 587&lt;/PRE&gt;
&lt;P&gt;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'...&lt;/P&gt;
&lt;PRE&gt;EHLO relay.plus.net&lt;/PRE&gt;
&lt;P&gt;The SMTP server will then report what it can do after which tell the server you wish to authenticate...&lt;/P&gt;
&lt;PRE&gt;AUTH login&lt;/PRE&gt;
&lt;P&gt;The server should return the following, which is a base64 encoded string that requires your username:&lt;/P&gt;
&lt;PRE&gt;334 VXNlcm5hbWU6&lt;/PRE&gt;
&lt;P&gt;Use the code64 encoder to encode your username and paste it into the telnet window and press enter. For example:&lt;/P&gt;
&lt;PRE&gt;bXl1c2VybmFtZQ==&lt;/PRE&gt;
&lt;P&gt;The server should return the following, which is a base64 encoded string that requires your password:&lt;/P&gt;
&lt;PRE&gt;334 UGFzc3dvcmQ6&lt;/PRE&gt;
&lt;P&gt;Paste the base64 encoded password for the username. For example:&lt;/P&gt;
&lt;PRE&gt;bXlwYXNzd29yZA==&lt;/PRE&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Close the SMTP / TELNET session by entering&lt;/P&gt;
&lt;PRE&gt;quit&lt;/PRE&gt;
&lt;P&gt;The session should look something similar to the below wherein your input is in bold...&lt;/P&gt;
&lt;BLOCKQUOTE&gt;220 avasout03 smtp relay.plus.net&lt;BR /&gt;&lt;STRONG&gt;EHLO relay.plus.net&lt;/STRONG&gt;&lt;BR /&gt;250-avasout03 hello [&lt;I&gt;your IP address&lt;/I&gt;], pleased to meet you&lt;BR /&gt;250-HELP&lt;BR /&gt;250-AUTH LOGIN PLAIN&lt;BR /&gt;250-SIZE 104857600&lt;BR /&gt;250-PIPELINING&lt;BR /&gt;250-8BITMIME&lt;BR /&gt;250-STARTTLS&lt;BR /&gt;250 OK&lt;BR /&gt;&lt;STRONG&gt;AUTH LOGIN&lt;/STRONG&gt;&lt;BR /&gt;334 VXNlcm5hbWU6&lt;BR /&gt;&lt;STRONG&gt;bXl1c2VybmFtZQ==&lt;/STRONG&gt;&lt;BR /&gt;334 UGFzc3dvcmQ6&lt;BR /&gt;&lt;STRONG&gt;bXlwYXNzd29yZA==&lt;/STRONG&gt;&lt;BR /&gt;235 ... authentication succeeded&lt;BR /&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;BR /&gt;221 avasout03 smtp closing connection&lt;BR /&gt;Connection to host lost.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Here are some examples of failure responses...&lt;/P&gt;
&lt;PRE&gt;535 ...authentication rejected [as username / password is wrong]&lt;BR /&gt;535 ...authentication rejected as source IP has a poor reputation&lt;BR /&gt;535 Too many SMTP auth failures. Please try again later.&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2024 10:27:26 GMT</pubDate>
    <dc:creator>Townman</dc:creator>
    <dc:date>2024-04-01T10:27:26Z</dc:date>
    <item>
      <title>Unable to send email</title>
      <link>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964290#M46227</link>
      <description>&lt;P&gt;No issue until today.&amp;nbsp; I have been able to send and receive emails up to about 9am today.&amp;nbsp; I am using Outlook 365 and the email goes into the Out folder and stays there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Every now and then a message showing the correct relay server (relay.plus.net) pops up asking me to confirm the username and password which I then confirm.&amp;nbsp; The message keeps popping up every time II have not changed anything.&amp;nbsp; No issue receiving emails.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When trying tos end test message in Outlook account settings reads "Send test email message: The connection to the server was interrupted. If this problem continues, contact your server administrator or Internet service provider (ISP)."&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any advice as not sure where the issue may be?&amp;nbsp; Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2024 13:25:38 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964290#M46227</guid>
      <dc:creator>Surfer</dc:creator>
      <dc:date>2024-03-30T13:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to send email</title>
      <link>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964466#M46233</link>
      <description>&lt;P&gt;There are a host of reasons for this symptom, none of which are related to the password ... but most email clients do not discern the real cause - they just ask for the password.&amp;nbsp; You have not provided any details of the context of this issue...&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Are you connecting over a Plusnet connection - that is not mobile or VPN&lt;/LI&gt;
&lt;LI&gt;Are you a current customer or is this a legacy email account&lt;/LI&gt;
&lt;LI&gt;Which email brand is this&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Test SMTP authentication&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV style="background: #EDF3F5; padding: 10px; margin-top: 20px; margin-right: 10px; border: 2px solid #CFD8DC; border-radius: 10px; box-shadow: 8px 8px 7px #676D70; font-size: 10pt;"&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;This is not difficult, but you need the following resources which might be unfamiliar...&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;TELNET - this might need installing as an additional option, for Windows see &lt;A href="https://social.technet.microsoft.com/wiki/contents/articles/38433.windows-10-enabling-telnet-client.aspx" target="_blank"&gt;enabling TELNET&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;A code64 encoder / decoder such as &lt;A href="https://www.base64encode.org/" target="_blank"&gt;this&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You can use TELNET to communicate direct with the SMTP server as follows...&lt;/P&gt;
&lt;P&gt;Open the code64 encoder in a web browser and leave ready for use in the following steps.&lt;/P&gt;
&lt;P&gt;Launch a windows command line window (DOS window) - press windows-key+R - type CMD into the run box - click OK&lt;/P&gt;
&lt;P&gt;Enter...&lt;/P&gt;
&lt;PRE&gt;telnet relay.plus.net 587&lt;/PRE&gt;
&lt;P&gt;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'...&lt;/P&gt;
&lt;PRE&gt;EHLO relay.plus.net&lt;/PRE&gt;
&lt;P&gt;The SMTP server will then report what it can do after which tell the server you wish to authenticate...&lt;/P&gt;
&lt;PRE&gt;AUTH login&lt;/PRE&gt;
&lt;P&gt;The server should return the following, which is a base64 encoded string that requires your username:&lt;/P&gt;
&lt;PRE&gt;334 VXNlcm5hbWU6&lt;/PRE&gt;
&lt;P&gt;Use the code64 encoder to encode your username and paste it into the telnet window and press enter. For example:&lt;/P&gt;
&lt;PRE&gt;bXl1c2VybmFtZQ==&lt;/PRE&gt;
&lt;P&gt;The server should return the following, which is a base64 encoded string that requires your password:&lt;/P&gt;
&lt;PRE&gt;334 UGFzc3dvcmQ6&lt;/PRE&gt;
&lt;P&gt;Paste the base64 encoded password for the username. For example:&lt;/P&gt;
&lt;PRE&gt;bXlwYXNzd29yZA==&lt;/PRE&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Close the SMTP / TELNET session by entering&lt;/P&gt;
&lt;PRE&gt;quit&lt;/PRE&gt;
&lt;P&gt;The session should look something similar to the below wherein your input is in bold...&lt;/P&gt;
&lt;BLOCKQUOTE&gt;220 avasout03 smtp relay.plus.net&lt;BR /&gt;&lt;STRONG&gt;EHLO relay.plus.net&lt;/STRONG&gt;&lt;BR /&gt;250-avasout03 hello [&lt;I&gt;your IP address&lt;/I&gt;], pleased to meet you&lt;BR /&gt;250-HELP&lt;BR /&gt;250-AUTH LOGIN PLAIN&lt;BR /&gt;250-SIZE 104857600&lt;BR /&gt;250-PIPELINING&lt;BR /&gt;250-8BITMIME&lt;BR /&gt;250-STARTTLS&lt;BR /&gt;250 OK&lt;BR /&gt;&lt;STRONG&gt;AUTH LOGIN&lt;/STRONG&gt;&lt;BR /&gt;334 VXNlcm5hbWU6&lt;BR /&gt;&lt;STRONG&gt;bXl1c2VybmFtZQ==&lt;/STRONG&gt;&lt;BR /&gt;334 UGFzc3dvcmQ6&lt;BR /&gt;&lt;STRONG&gt;bXlwYXNzd29yZA==&lt;/STRONG&gt;&lt;BR /&gt;235 ... authentication succeeded&lt;BR /&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;BR /&gt;221 avasout03 smtp closing connection&lt;BR /&gt;Connection to host lost.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Here are some examples of failure responses...&lt;/P&gt;
&lt;PRE&gt;535 ...authentication rejected [as username / password is wrong]&lt;BR /&gt;535 ...authentication rejected as source IP has a poor reputation&lt;BR /&gt;535 Too many SMTP auth failures. Please try again later.&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 10:27:26 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964466#M46233</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2024-04-01T10:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to send email</title>
      <link>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964479#M46237</link>
      <description>&lt;P&gt;I was using my mobile phone as a Hotspot and I have had no issues in the past.&amp;nbsp; I am a current customer and have been for several years.&amp;nbsp; My email client is Outlook 365.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry I am not that computer literate and although I got as far as enabling the Telnet thing that was as much as I understood.&amp;nbsp; the rest is goobly [-Censored-] to me.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 13:53:58 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964479#M46237</guid>
      <dc:creator>Surfer</dc:creator>
      <dc:date>2024-04-01T13:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to send email</title>
      <link>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964486#M46239</link>
      <description>&lt;P&gt;Just follow the instructions step by step or do some research.&lt;/P&gt;
&lt;P&gt;The fact that you are trying to connect over a mobile network is probably the source of your issue.&amp;nbsp; The mobile probably has acquired an IP address with a bad reputation and thus for the protection of all users, the connection is being blocked.&lt;/P&gt;
&lt;P&gt;Try getting the Outlook working over the Plusnet connection with authentication set.&amp;nbsp; If it then does not work via other connection methods, the issue is the other connection.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 15:36:00 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964486#M46239</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2024-04-01T15:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to send email</title>
      <link>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964493#M46243</link>
      <description>&lt;P&gt;We are back home again and it still did n to work.&amp;nbsp; After several attempts for some reason it sprung back to life after I deleted the old POP3 account and set another account up using the same details.&lt;/P&gt;
&lt;P&gt;We go away in our caravan often and do not recall having this issue previously even when touring the continent although that was last about 6 years ago.&amp;nbsp; How can i prevent this happening in future?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 16:53:12 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964493#M46243</guid>
      <dc:creator>Surfer</dc:creator>
      <dc:date>2024-04-01T16:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to send email</title>
      <link>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964501#M46245</link>
      <description>&lt;P&gt;If the mobile IP address you pick up has a bad reputation there is nothing you can do about it, beyond turning off mobile data / access for a while, then see if you get a different IP address when turning it back on.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 18:24:04 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964501#M46245</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2024-04-01T18:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to send email</title>
      <link>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964515#M46247</link>
      <description>&lt;P&gt;Thanks for the advice and help.&amp;nbsp; We are with Three and have been for probably 20 years.&amp;nbsp; No issue using hotspot Thursday, Friday and then Saturday morning it stopped after download mail that day.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 06:46:47 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/Unable-to-send-email/m-p/1964515#M46247</guid>
      <dc:creator>Surfer</dc:creator>
      <dc:date>2024-04-02T06:46:47Z</dc:date>
    </item>
  </channel>
</rss>

