<?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: enter password try again in Email</title>
    <link>https://community.plus.net/t5/Email/enter-password-try-again/m-p/1850356#M38333</link>
    <description>&lt;P&gt;That connection lost is down to the telnet session to the SMTP server timing out in the absence of input from you.&amp;nbsp; You just need to bash through the steps with gusto!&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jan 2022 17:49:20 GMT</pubDate>
    <dc:creator>Townman</dc:creator>
    <dc:date>2022-01-07T17:49:20Z</dc:date>
    <item>
      <title>enter password try again</title>
      <link>https://community.plus.net/t5/Email/enter-password-try-again/m-p/1850252#M38321</link>
      <description>&lt;P&gt;Win10 Thunderbird.&amp;nbsp; Attempts to send messages produce the attached screen message.&amp;nbsp; I have tried every password I ever remember using to no avail.&amp;nbsp;&amp;nbsp; This started sporadically a few weeks ago but is now appearing every time.&amp;nbsp; I can send messages via webmail but it's a cut &amp;amp; paste faladdle.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 11:41:04 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/enter-password-try-again/m-p/1850252#M38321</guid>
      <dc:creator>chips</dc:creator>
      <dc:date>2022-01-07T11:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: enter password try again</title>
      <link>https://community.plus.net/t5/Email/enter-password-try-again/m-p/1850318#M38325</link>
      <description>&lt;P&gt;Typically email clients squeal "password error" for any and every difficulty in connecting to the SMTP server, from simple timeouts through to real password errors.&amp;nbsp; Thereby fiddling with passwords might not actually fix anything.&lt;/P&gt;
&lt;P&gt;Are you connected direct to the Plusnet network here, a 3/4/5G mobile network or a third party ISP connection? Non-Plusnet connections can present their own issues.&lt;/P&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>Fri, 07 Jan 2022 14:11:04 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/enter-password-try-again/m-p/1850318#M38325</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2022-01-07T14:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: enter password try again</title>
      <link>https://community.plus.net/t5/Email/enter-password-try-again/m-p/1850348#M38330</link>
      <description>&lt;P&gt;Thank you for this.. Big boys stuff.&amp;nbsp; I'll check back when I've worked through the steps.&amp;nbsp; Excellent.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 15:57:50 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/enter-password-try-again/m-p/1850348#M38330</guid>
      <dc:creator>chips</dc:creator>
      <dc:date>2022-01-07T15:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: enter password try again</title>
      <link>https://community.plus.net/t5/Email/enter-password-try-again/m-p/1850352#M38331</link>
      <description>&lt;P&gt;Floundering somewhat.&amp;nbsp; Command line all to readily and rapidly reverts to "connection lost".&amp;nbsp; Got as far as attached cmd screen but no further.&amp;nbsp; Possibly my own ineptitude.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 17:16:16 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/enter-password-try-again/m-p/1850352#M38331</guid>
      <dc:creator>chips</dc:creator>
      <dc:date>2022-01-07T17:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: enter password try again</title>
      <link>https://community.plus.net/t5/Email/enter-password-try-again/m-p/1850356#M38333</link>
      <description>&lt;P&gt;That connection lost is down to the telnet session to the SMTP server timing out in the absence of input from you.&amp;nbsp; You just need to bash through the steps with gusto!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 17:49:20 GMT</pubDate>
      <guid>https://community.plus.net/t5/Email/enter-password-try-again/m-p/1850356#M38333</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2022-01-07T17:49:20Z</dc:date>
    </item>
  </channel>
</rss>

