Hi,

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..


[Non-text portions of this message have been removed]





SPONSORED LINKS
Microsoft business solution Microsoft axapta Basic programming language
Computer programming languages Programming languages Java programming language


YAHOO! GROUPS LINKS




Reply via email to