Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Getting SMTP Status code

  Asked By: Ayden    Date: Sep 17    Category: Java    Views: 1039
  

How can i get the SMTP status code in java?
i didn't find any methods in java mail api..

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Julia Flores     Answered On: Sep 17

If you want to work with low-level SMTP you'll probably have to do so
yourself using sockets. The JavaMail API is really supposed to insulate
you from all of this and thus it probably does not provide access to
this information, although there may be some sort of debugging flag
which will allow you to get that information.

 
Didn't find what you were looking for? Find more on Getting SMTP Status code Or get search suggestion and latest updates.




Tagged: