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!

How to get extra information in server response "250 OK <extra info here>"

849103Mar 21 2011 — edited Mar 21 2011
Hello all,

I am using javamail to send e-mail messages via an SMTP server that responds in the following way when I finish sending my DATA:

250 OK <extra information here>

How can I get the <extra information here> text using javamail?

I am using javamail version 1.4.3. The messages are sent using Transport.send(mime message, recipients[]).

Thank you very much for your help.

Best regards,
António
This post has been answered by Bill Shannon-Oracle on Mar 21 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2011
Added on Mar 21 2011
1 comment
222 views