Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Do you guys know what's the meaning of 590 exception?

com.sun.mail.smtp.SMTPSendFailedException: 590 get price from sender failed

Thanks.

share|improve this question

1 Answer

It's not a standard error. The smtp server you connected to made it up. But it doesn't matter per se - the relevant part is it's a 500 level error and hence immediately fatal (no retry)

I should elaborate: The 590 is an SMTP error code.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.