Community Discussions and Support
SMTP error - cannot send emails

>> 0008 250 ok
<< 0006 DATA
>> 0014 354 go ahead
7: Socket read error 2746.
 The POP3/SMTP transmissions may fail if the MTU packet size is so large that a packet is fragmented.  In many cases the receiving system router blocks the receiving servers "packets fragmented" response to the sending system using "MTU Discovery".  These oversize packets are not accepted and so are resent.  This results in a timeout, generally at the end of the message transmission but it can be anywhere in the process.  You need to reduce the MTU size. Windows defaults to a 1500 MTU and many routers and DSL connections need 1492.  You might simply want to turn off the MTU Discovery operation.

You might want to get a copy of SG TCP Optimizer that I find quite handy.  http://www.speedguide.net/downloads.php  This little utility will allow you to test your MTU for maximum size without fragmentation against specific servers.  If will also make it easy to adjust the MTU.  

And finally, does this computer, by chance, happen to have an NVidia NForce 4 chipset on the motherboard?  If so, many other have had this exact problem, and it turned out to be an optimization setting for the built in NIC which caused the problems with packet fragmentation. Disabling the advanced optimization capability called "checksum offload" made all the problems of sending SMTP mail via WinPMail disappear.


&lt;blockquote&gt;&amp;gt;&amp;gt; 0008 250 ok &amp;lt;&amp;lt; 0006 DATA &amp;gt;&amp;gt; 0014 354 go ahead 7: Socket read error 2746.&lt;/blockquote&gt;&amp;nbsp;The POP3/SMTP transmissions may fail if the MTU packet size is so large that a packet is fragmented.&amp;nbsp; In many cases the receiving system router blocks the receiving servers &quot;packets fragmented&quot; response to the sending system using &quot;MTU Discovery&quot;.&amp;nbsp; These oversize packets are not accepted and so are resent.&amp;nbsp; This results in a timeout, generally at the end of the message transmission but it can be anywhere in the process.&amp;nbsp; You need to reduce the MTU size. Windows defaults to a 1500 MTU and many routers and DSL connections need 1492.&amp;nbsp; You might simply want to turn off the MTU Discovery operation. You might want to get a copy of SG TCP Optimizer that I find quite handy.&amp;nbsp; http://www.speedguide.net/downloads.php&amp;nbsp; This little utility will allow you to test your MTU for maximum size without fragmentation against specific servers.&amp;nbsp; If will also make it easy to adjust the MTU. &amp;nbsp; And finally, does this computer, by chance, happen to have an NVidia NForce 4 chipset on the motherboard?&amp;nbsp; If so, many other have had this exact problem, and it turned out to be an optimization setting for the built in NIC which caused the problems with packet fragmentation. Disabling the advanced optimization capability called &quot;checksum offload&quot; made all the problems of sending SMTP mail via WinPMail disappear.

Without changing any settings, Pegasus  has started failing to sent emails.

When sending, the bottom of the window says 'SMTP:sending message 1 of 1 .... 0%, then after a little while, an error message appears: "An unexpected network error occurred during transaction with the host".

In my inbox, the following message appears:

[*] Connection established to 218.214.225.98
>> 0034 220 smtp.syd.people.net.au ESMTP
<< 0020 EHLO [192.168.1.3]
>> 0028 250-smtp.syd.people.net.au
>> 0016 250-PIPELINING
>> 0014 250 8BITMIME
<< 0037 MAIL FROM:<myemail@people.net.au>
>> 0008 250 ok
<< 0035 RCPT TO:<recipients email@mh.org.au>
>> 0008 250 ok
<< 0006 DATA
>> 0014 354 go ahead
>> 0022 451 timeout (#4.4.2)

 As I said, I haven't fiddled with the settings, but this problem doesn't seem to clear despite restarting, resetting my ADSL modem, etc.

Advice appreciated! 

 

&lt;p&gt;Without changing any settings, Pegasus&amp;nbsp; has started failing to sent emails.&lt;/p&gt;&lt;p&gt;When sending, the bottom of the window says &#039;SMTP:sending message 1 of 1 .... 0%, then after a little while, an error message appears: &quot;An unexpected network error occurred during transaction with the host&quot;.&lt;/p&gt;&lt;p&gt;In my inbox, the following message appears: &lt;/p&gt;&lt;p&gt;[*] Connection established to 218.214.225.98 &amp;gt;&amp;gt; 0034 220 smtp.syd.people.net.au ESMTP &amp;lt;&amp;lt; 0020 EHLO [192.168.1.3] &amp;gt;&amp;gt; 0028 250-smtp.syd.people.net.au &amp;gt;&amp;gt; 0016 250-PIPELINING &amp;gt;&amp;gt; 0014 250 8BITMIME &amp;lt;&amp;lt; 0037 MAIL FROM:&amp;lt;myemail@people.net.au&amp;gt; &amp;gt;&amp;gt; 0008 250 ok &amp;lt;&amp;lt; 0035 RCPT TO:&amp;lt;recipients email@mh.org.au&amp;gt; &amp;gt;&amp;gt; 0008 250 ok &amp;lt;&amp;lt; 0006 DATA &amp;gt;&amp;gt; 0014 354 go ahead &amp;gt;&amp;gt; 0022 451 timeout (#4.4.2) &lt;/p&gt;&lt;p&gt;&amp;nbsp;As I said, I haven&#039;t fiddled with the settings, but this problem doesn&#039;t seem to clear despite restarting, resetting my ADSL modem, etc.&lt;/p&gt;&lt;p&gt;Advice appreciated!&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

[quote user="PaulG"]

Without changing any settings, Pegasus  has started failing to sent emails.

When sending, the bottom of the window says 'SMTP:sending message 1 of 1 .... 0%, then after a little while, an error message appears: "An unexpected network error occurred during transaction with the host".

In my inbox, the following message appears:

[*] Connection established to 218.214.225.98
>> 0034 220 smtp.syd.people.net.au ESMTP
<< 0020 EHLO [192.168.1.3]
>> 0028 250-smtp.syd.people.net.au
>> 0016 250-PIPELINING
>> 0014 250 8BITMIME
<< 0037 MAIL FROM:<myemail@people.net.au>
>> 0008 250 ok
<< 0035 RCPT TO:<recipients email@mh.org.au>
>> 0008 250 ok
<< 0006 DATA
>> 0014 354 go ahead
>> 0022 451 timeout (#4.4.2)

 As I said, I haven't fiddled with the settings, but this problem doesn't seem to clear despite restarting, resetting my ADSL modem, etc.

Advice appreciated! 

[/quote]

You might not have changed anything but the people with the server might have.  That timeout line looks a bit strange since it's got the SMTP reply code.  I also assume you changed the email addresses since the RCPT TO: address is invalid.

 

[quote user=&quot;PaulG&quot;]&lt;p&gt;Without changing any settings, Pegasus&amp;nbsp; has started failing to sent emails.&lt;/p&gt;&lt;p&gt;When sending, the bottom of the window says &#039;SMTP:sending message 1 of 1 .... 0%, then after a little while, an error message appears: &quot;An unexpected network error occurred during transaction with the host&quot;.&lt;/p&gt;&lt;p&gt;In my inbox, the following message appears: &lt;/p&gt;&lt;p&gt;[*] Connection established to 218.214.225.98 &amp;gt;&amp;gt; 0034 220 smtp.syd.people.net.au ESMTP &amp;lt;&amp;lt; 0020 EHLO [192.168.1.3] &amp;gt;&amp;gt; 0028 250-smtp.syd.people.net.au &amp;gt;&amp;gt; 0016 250-PIPELINING &amp;gt;&amp;gt; 0014 250 8BITMIME &amp;lt;&amp;lt; 0037 MAIL FROM:&amp;lt;myemail@people.net.au&amp;gt; &amp;gt;&amp;gt; 0008 250 ok &amp;lt;&amp;lt; 0035 RCPT TO:&amp;lt;recipients email@mh.org.au&amp;gt; &amp;gt;&amp;gt; 0008 250 ok &amp;lt;&amp;lt; 0006 DATA &amp;gt;&amp;gt; 0014 354 go ahead &amp;gt;&amp;gt; 0022 451 timeout (#4.4.2) &lt;/p&gt;&lt;p&gt;&amp;nbsp;As I said, I haven&#039;t fiddled with the settings, but this problem doesn&#039;t seem to clear despite restarting, resetting my ADSL modem, etc.&lt;/p&gt;&lt;p&gt;Advice appreciated!&amp;nbsp;&lt;/p&gt;&lt;p&gt;[/quote]&lt;/p&gt;&lt;p&gt;You might not have changed anything but the people with the server might have.&amp;nbsp; That timeout line looks a bit strange since it&#039;s got the SMTP reply code.&amp;nbsp; I also assume you changed the email addresses since the RCPT TO: address is invalid.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

Thanks for the reply. Yes, I changed the RCPT TO: address.

You may be right about the server - the problem seems to have rectified overnight, although I recall this happening intermittently over the past 6 months or so - a day or two of not being able to send emails and then all's well - quite frustrating. 

&lt;p&gt;Thanks for the reply. Yes, I changed the RCPT TO: address.&lt;/p&gt;&lt;p&gt;You may be right about the server - the problem seems to have rectified overnight, although I recall this happening intermittently over the past 6 months or so - a day or two of not being able to send emails and then all&#039;s well - quite frustrating.&amp;nbsp;&lt;/p&gt;

Same problem ... different error messages...

"Description of error: Connection Timeout (no response from host)"

>> 0016 250-PIPELINING
>> 0014 250 8BITMIME
<< 0037 MAIL FROM:<me@email.com>
>> 0008 250 ok
<< 0033 RCPT TO:<them@email.com>
>> 0008 250 ok
<< 0006 DATA
>> 0014 354 go ahead
8: Socket read timeout.

or 

... etc
>> 0008 250 ok
<< 0006 DATA
>> 0014 354 go ahead
7: Socket read error 2746.


Is this still my internet provider? Or is there something wrong from my end?

&lt;p&gt;Same problem ... different error messages...&lt;/p&gt;&lt;p&gt;&quot;Description of error: Connection Timeout (no response from host)&quot; &lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt; 0016 250-PIPELINING &amp;gt;&amp;gt; 0014 250 8BITMIME &amp;lt;&amp;lt; 0037 MAIL FROM:&amp;lt;me@email.com&amp;gt; &amp;gt;&amp;gt; 0008 250 ok &amp;lt;&amp;lt; 0033 RCPT TO:&amp;lt;them@email.com&amp;gt; &amp;gt;&amp;gt; 0008 250 ok &amp;lt;&amp;lt; 0006 DATA &amp;gt;&amp;gt; 0014 354 go ahead 8: Socket read timeout.&lt;/p&gt;&lt;p&gt;or&amp;nbsp; &lt;/p&gt;&lt;p&gt;... etc &amp;gt;&amp;gt; 0008 250 ok &amp;lt;&amp;lt; 0006 DATA &amp;gt;&amp;gt; 0014 354 go ahead 7: Socket read error 2746. Is this still my internet provider? Or is there something wrong from my end? &lt;/p&gt;

 

Can you send mail with another mail account (SMTP server) ?

&lt;P&gt;&nbsp;&lt;/P&gt;&lt;P&gt;Can you send mail with another mail account (SMTP server) ?&lt;/P&gt;
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft