sandmanrox - Wednesday, March 24, 2010 9:36 AM:
Hi all,
I need to send an email to an identity in aras, this is the code which i have used refering to one of the forum posts,
string Body = "some thing");
string ToIdentityName = "suraj_p";
string fromUserName = "Innovator Admin";
string Subject = "aijsioajsiojaiosjadajdpjapo";
string htmlBody = "";
CCO.Email.SendEmailToIdentityEx(ref ToIdentityName, ref Subject, ref Body, ref htmlBody, ref fromUserName);
return this;
this method is getting executed without any error.
My question is where can i see the email. I mean when i log in to suraj_p where will i see the email.
thank you all in advance.
regards
sandeep,
kishan.kalariya - Thursday, March 25, 2010 11:48 PM:
Hi,
No u cant see in Basekt.
but U can get email what u provided in suraj_p identity ,
For e,g inside suraj_p identity u have put [email protected]
in this mail id u got email.
if u want to see this email u can see C:InetpubmailrootQueue where u have install iis.
Regards,
Kishan