how to extract the smtp response code
843834Feb 1 2008 — edited Feb 1 2008Hi,
I am trying to get the server response by SMTPTransport.getLastServerResponse(),
and getting the response as "250 2.0.0 OK 1201842889 c39sm4983397anc.25", in case of success.
This response would differ in case of failure.
Could please guide me as how to extract the response code from the result.
Thanks!!