Summery Summery
Send a command to an SMTP server and check its return code.
Syntax Syntax
Parameters Parameters
- $command
-
(Required) The command name - not sent to the server
- $commandstring
-
(Required) The actual command to send
- $expect
-
(Required) One or more expected integer success codes
Return Return
(boolean) True on success.
Source Source
File: wp-includes/class-smtp.php