• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

javaMail : relaying not allowed : Help

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am developing a mail client using the javaMail API. I am getting an exception while sending the mails throgh

transport.sendMessage()
javax.mail.SendFailedException: 530 5.7.1 Relaying not allowed:

Please , provide me a solution for the above problem as soon as possible.

Thanking you
vipin_dube@rediffmail.com
 
Ranch Hand
Posts: 150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to talk to the administrators of the server that you're sending your mail through. There's nothing you can do from a coding perspective - this has to do with what permissions they're allowing on the server, and what they're not allowing to try to protect against things like their machine being used as a Spam-in-ator.
reply
    Bookmark Topic Watch Topic
  • New Topic