Method Protocols.SMTP.Client()->verify()
- Method verify
 array(int|string) verify(stringaddr)- Description
 Verifies the mail address
addragainst the mail server.- Returns
 Array intcodeThe numerical return code from the VRFY call.
stringmessageThe textual answer to the VRFY call.
- Note
 Some mail servers does not answer truthfully to verification queries in order to prevent spammers and others to gain information about the mail addresses present on the mail server.
- Throws
 If the mail server returns any other return code than 200-399 an exception will be thrown.