Java Mail 550 5.7.1 <xxx@company.co.in>... Relaying denied IP name possibl
843834Apr 29 2008 — edited Apr 29 2008Hi friends ,
our functionality is send the mail to TeamLeader or Project Manager personal ID.
iam giving our smtp host address(xxx@company.co.in) and password also.
if our remenider will meet the required condition then it will send the mail to(yyy@company.co.in).If 'TO' email address is (yyy@gmail.com or yyy@yahoo.co.in or rediff.com) anything it shows
<exception>
<message>javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
class com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 <yyy@yahoo.com>... Relaying denied. IP name possibly forged [61.95.195.167]
</message>
<errortrace>java.lang.Exception: javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
class com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 <yyy@yahoo.com>... Relaying denied. IP name possibly forged [61.95.195.167]
at com.transpro.util.mail.daemon.EmailDaemon.sendMail(EmailDaemon.java:2434)
at com.transpro.util.mail.daemon.EmailDaemon.sendGeneralMail(EmailDaemon.java:3156)
at com.transpro.util.reminder.impl.TFExitReminder.processReminderEvent(TFExitReminder.java:188)
at com.transpro.util.reminder.ReminderTaskBase.run(ReminderTaskBase.java:456)
at java.util.TimerThread.mainLoop(Timer.java:432)
at java.util.TimerThread.run(Timer.java:382)
Caused by: javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
class com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 <mhgsss@yahoo.com>... Relaying denied. IP name possibly forged [61.95.195.167]
at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1130)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:525)
at com.transpro.util.mail.daemon.EmailDaemon.sendMail(EmailDaemon.java:2421)
... 5 more
</errortrace>
please help me out...
Regards
RajaVel