Hi All,
I am getting this error "The transport failed to connect to the server - 0x80040213"
I saw other posts related to this error, couldn't get my answer
here is how I'm doing,
Form 409 SMTP Mail Setup
"smtp.gmail.com" (with no quotes)
basic
mymail@gmail.com
mypwd
Codeunit 50000 (Test CU)
OnRun()
SMTP.CreateMessage('Test','mymail@gmail.com','mymail@gmail.com'
,'Test Sub','Test Body',FALSE);
SMTP.Send();
MESSAGE('Mail send');
when I'm running codeunit 50000 I'm getting this error
Can someone please guide me in a right way so that I can send mail from Nav 2009 R2 to other mails like gmail, yahoo, n so on
Comments
Did you try with ??
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thanks you so much for your quick response
As u said I was trying with smtp.gmail.com but not "smtp.gmail.com"
thanks to provide solution to my problem
Chowdary
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
No, not yet solved
I don't understand where I'm doing wrong
Please guide what to check
what I might be missing?
Thanks
Chowdary
http://www.mibuso.com/forum/viewtopic.php?t=34186&f=32
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thanks Mohana
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
check your connection port. for gmail, it should be 587 for tls.
check your firewall.
Hi ayhan
thanks for the response
how to check connection port in my computer (for gmail i.e., smtp.gmail.com)?
my firewall is off, only one firewall for the organiztion
I've checked with both Antivirus disable and Antivirus enable, but no luck, am getting same error
|To-Increase|
yea, I've tried with no luck
I believe that port 587 is not opened