Send Mail Using SMTP in RTC?

manikandanmanikandan Member Posts: 160
edited 2012-12-17 in NAV Three Tier
Hi All,
I try to send E-Mail via SMTP in RTC.
My SMTP Set UP in Form :409

SMTP Server :smtp.gmail.com
Authentication :Basic
USER ID :MyEmailID
Password :****************
Code:
SMTP.CreateMessage('Muthu',MyEmailID, MyEmailID,'Subject','Body',TRUE);
SMTP.Send;

But i Got an Error below Message:

Microsoft Dynamics NAV


The SMTP mail system returned the following error: (0x80040213): The transport failed to connect to the server.
OK

I read 2 links:
http://www.mibuso.com/forum/viewtopic.p ... 08#p242308
http://dynamicsuser.net/forums/p/23694/124013.aspx
But still my issue was not solved. please help me. ](*,) ](*,)


Regards,
Muthusubramanian.M

Answers

Sign In or Register to comment.