Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!
If you have any problems with the registration process or your account login, please contact us.
|
|
|
Can't send mail
microsoft.public.windows.vista.mail
|
Click On Your Flag for Translation
|

07-23-2008
|
|
|
|
Join Date: Jul 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Can't send mail
I can't send emails anymore.
I have checked with my ISP, searched websites etc. Have been told that the problem is on my end.
This is the error message I get.
The connection to the server has failed. Subject 'test', Account: 'pophm.sympatico.ca', Server: 'smtphm.sympatico.ca', Protocol: SMTP, Port: 1025, Secure(SSL): Yes, Socket Error: 10060, Error Number: 0x800CCC0E
Can someone help? Mieke
|
|

07-23-2008
|
|
|
|
Re: Can't send mail
You have the outgoing mail server port as 2025, which is probably not
correct. Try changing it to 25.
Tools, Accounts, select that account, Properties, Advanced.
Which antivirus program are you running?
--
Gary VanderMolen, MS-MVP (Mail)
"MiekeS" <MiekeS.3cz50f@no-mx.forums.vistaheads.com> wrote in message news:MiekeS.3cz50f@no-mx.forums.vistaheads.com...
>
> I can't send emails anymore.
> I have checked with my ISP, searched websites etc. Have been told that
> the problem is on my end.
> This is the error message I get.
> The connection to the server has failed. Subject 'test', Account:
> 'pophm.sympatico.ca', Server: 'smtphm.sympatico.ca', Protocol: SMTP,
> Port: 1025, Secure(SSL): Yes, Socket Error: 10060, Error Number:
> 0x800CCC0E
> Can someone help? Mieke
>
>
> --
> MiekeS
> Posted via http://www.vistaheads.com
>
|
|

07-23-2008
|
|
|
|
Join Date: Jul 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Can't send email
Thank you, but the setting is not 2025 but 25. It also has been set at 1025. I have checked and unchecked the SSL.
This is still the message I get. I have two email accounts.
The connection to the server has failed. Subject 'Re: grant', Account: 'mail.gamiing.org (1)', Server: 'mail.gamiing.org', Protocol: SMTP, Port: 25, Secure(SSL): Yes, Socket Error: 10060, Error Number: 0x800CCC0E
Mieke
|
|

07-23-2008
|
|
|
|
Re: Can't send mail
Yes, correction, your previous error message had the port as 1025.
For a non-ISP server, port 25 is likely, but not SSL.
Since gamiing.org is not your ISP, your home ISP will block
your use of any port 25 SMTP server other than their own.
For an explanation of this policy, see
http://www.postcastserver.com/help/P..._Blocking.aspx
To send from home, you will have to substitute your home ISP's
SMTP server. If you need help with that, let us know who your
home ISP is.
--
Gary VanderMolen, MS-MVP (Mail)
"MiekeS" <MiekeS.3d0ew8@no-mx.forums.vistaheads.com> wrote in message news:MiekeS.3d0ew8@no-mx.forums.vistaheads.com...
>
> Thank you, but the setting is not 2025 but 25. It also has been set at
> 1025. I have checked and unchecked the SSL.
>
> This is still the message I get. I have two email accounts.
> The connection to the server has failed. Subject 'Re: grant', Account:
> 'mail.gamiing.org (1)', Server: 'mail.gamiing.org', Protocol: SMTP,
> Port: 25, Secure(SSL): Yes, Socket Error: 10060, Error Number:
> 0x800CCC0E
> Mieke
>
>
> --
> MiekeS
> Posted via http://www.vistaheads.com
>
|
|

07-23-2008
|
|
|
|
Re: Can't send mail
When I did a tracert on mail.gamiing.org, the connection
got lost after reaching a machine with the rather unusual
name:
toroonnzydroo.bb.telus.com.6.11.154.in-addr.arpa
I suspect that that machine has a DNS problem, which could
affect it's ability to pass on any messages that reach it.
Robert
--
"Gary VanderMolen" <Gary@NoMail.invalid> wrote in message
news:O3o7BwO7IHA.1468@TK2MSFTNGP05.phx.gbl...
Yes, correction, your previous error message had the port as 1025.
For a non-ISP server, port 25 is likely, but not SSL.
Since gamiing.org is not your ISP, your home ISP will block
your use of any port 25 SMTP server other than their own.
For an explanation of this policy, see
http://www.postcastserver.com/help/P..._Blocking.aspx
To send from home, you will have to substitute your home ISP's
SMTP server. If you need help with that, let us know who your
home ISP is.
--
Gary VanderMolen, MS-MVP (Mail)
"MiekeS" <MiekeS.3d0ew8@no-mx.forums.vistaheads.com> wrote in message
news:MiekeS.3d0ew8@no-mx.forums.vistaheads.com...
>
> Thank you, but the setting is not 2025 but 25. It also has been set at
> 1025. I have checked and unchecked the SSL.
>
> This is still the message I get. I have two email accounts.
> The connection to the server has failed. Subject 'Re: grant', Account:
> 'mail.gamiing.org (1)', Server: 'mail.gamiing.org', Protocol: SMTP,
> Port: 25, Secure(SSL): Yes, Socket Error: 10060, Error Number:
> 0x800CCC0E
> Mieke
>
>
> --
> MiekeS
> Posted via http://www.vistaheads.com
>
|
|

07-23-2008
|
|
|
|
Re: Can't send mail
That's not very definitive since quite a few servers are
configured not to respond to tracert or ping.
DNS will be good if the ping command at least returns
an IP address.
telnet mail.gamiing.org 25
is a better functional test (it responds), but only if your
ISP doesn't block port 25.
--
Gary VanderMolen, MS-MVP (Mail)
<robertmiles@bellsouthNOSPAM.net> wrote in message news:OUx2N3P7IHA.6124@TK2MSFTNGP05.phx.gbl...
> When I did a tracert on mail.gamiing.org, the connection
> got lost after reaching a machine with the rather unusual
> name:
>
> toroonnzydroo.bb.telus.com.6.11.154.in-addr.arpa
>
> I suspect that that machine has a DNS problem, which could
> affect it's ability to pass on any messages that reach it.
>
> Robert
> --
> "Gary VanderMolen" <Gary@NoMail.invalid> wrote in message
> news:O3o7BwO7IHA.1468@TK2MSFTNGP05.phx.gbl...
> Yes, correction, your previous error message had the port as 1025.
> For a non-ISP server, port 25 is likely, but not SSL.
>
> Since gamiing.org is not your ISP, your home ISP will block
> your use of any port 25 SMTP server other than their own.
> For an explanation of this policy, see
> http://www.postcastserver.com/help/P..._Blocking.aspx
>
> To send from home, you will have to substitute your home ISP's
> SMTP server. If you need help with that, let us know who your
> home ISP is.
>
> --
> Gary VanderMolen, MS-MVP (Mail)
>
>
> "MiekeS" <MiekeS.3d0ew8@no-mx.forums.vistaheads.com> wrote in message
> news:MiekeS.3d0ew8@no-mx.forums.vistaheads.com...
>>
>> Thank you, but the setting is not 2025 but 25. It also has been set at
>> 1025. I have checked and unchecked the SSL.
>>
>> This is still the message I get. I have two email accounts.
>> The connection to the server has failed. Subject 'Re: grant', Account:
>> 'mail.gamiing.org (1)', Server: 'mail.gamiing.org', Protocol: SMTP,
>> Port: 25, Secure(SSL): Yes, Socket Error: 10060, Error Number:
>> 0x800CCC0E
>> Mieke
>>
>>
>> --
>> MiekeS
>> Posted via http://www.vistaheads.com
>>
>
>
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 22:55.
|
|