View Single Post
  #1 (permalink)  
Old 04-29-2008, 09:31 AM
Rajavel Rajavel is offline
Member
 
Join Date: Apr 2008
Posts: 2
Rajavel is an unknown quantity at this point
550 5.7.1 <mhgsss@yahoo.com>... Relaying denied. IP name possibly forged [61.95.195.1
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.sendGene ralMail(EmailDaemon.java:3156)
at com.transpro.util.reminder.impl.TFExitReminder.pro cessReminderEvent(TFExitReminder.java:188)
at com.transpro.util.reminder.ReminderTaskBase.run(Re minderTaskBase.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(SMTPTranspo rt.java:1130)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTr ansport.java:525)
at com.transpro.util.mail.daemon.EmailDaemon.sendMail (EmailDaemon.java:2421)
... 5 more
</errortrace>

please help me out...

Regards

RajaVel
Reply With Quote
Sponsored Links