• 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

what is 530 authentication?

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i made a program in jsp,which is sending a mail by using java API.here i have given the host SMTP server name as smtp.mail.yahoo.com and in FROM field i typed an address as abc@<some domainname>.com and in TO field i write xyz@yahoo.com after typing all these when i m going to run this program. an error is showing that is 530 authentication required .
Please help me.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to the Other Java APIs forum.
 
Ranch Hand
Posts: 1090
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess you will ned to autheticate yourself to the server first and yes, I guess you know that pop and SMTP are now charged so you also need a subscription for the same.
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, you cannot use yahoo. you have to download a free smtp server and set ur host in that smtp server and also in your mail application. provide a valid recipient email. you will able to receive it.
 
bat ken
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try QKsorf smtp server(trial version) and set smtp host to 127.0.0.1 in smtp server and ur mail application. it works, I tried before.
 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
actually the qk smtp server is the shareware server so damn server need to pay much money to use it.

you download the PostCast server, it's free and set you smtp host to localhost then send out the mail..

it's really works, i try it before to send the mail out the yahoomail using the application i create my self.

try it out and good luck to you
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic