[
https://issues.apache.org/jira/browse/NET-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John jayaraj updated NET-680:
-----------------------------
Description:
Here is the code:-
SMTPClient clientt = new SMTPClient();
clientt.connect("smtp.gmail.com",587);
System.out.println("verify response
code::"+clientt.vrfy("[email protected]")); clientt.disconnect();
> org.apache.commons.net.smtp.SMTPClient.vrfy always gives response code as 252
> whether emailaddress is exist or not exist. it should give response code
> 250/251 for valid email id
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: NET-680
> URL: https://issues.apache.org/jira/browse/NET-680
> Project: Commons Net
> Issue Type: Bug
> Reporter: John jayaraj
> Priority: Major
>
> Here is the code:-
> SMTPClient clientt = new SMTPClient();
> clientt.connect("smtp.gmail.com",587);
> System.out.println("verify response
> code::"+clientt.vrfy("[email protected]")); clientt.disconnect();
--
This message was sent by Atlassian Jira
(v8.3.4#803005)