I try to sent email with following the code I get an error as the
connection time out.
SysMailer mailer = new SysMailer();
mailer.body("This is the body of the mail");
mailer.subject("The message subject");
mailer.fromAddress("from ");
mailer.fromName("name");
mailer.tos().add("[EMAIL PROTECTED] ");
mailer.sendMail();
I have tried to add time like this..
SysMailer mailer = new SysMailer();
mailer.timeOutConnect(3600);
when I try to send email I can send email all yahoo addresses.but I
couldn't sent another addresses..
example :all hotmail addresses..
do you know anything about this problem..
thanks..
Sharing the knowledge on Axapta.
YAHOO! GROUPS LINKS
- Visit your group "Axapta-Knowledge-Village" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.