Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Java Mail 550 5.7.1 <xxx@company.co.in>... Relaying denied IP name possibl

843834Apr 29 2008 — edited Apr 29 2008
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2008
Added on Apr 29 2008
3 comments
851 views