Get SMTP extensions available on the server
SMTP::getError
Get the latest error.
SMTP::client_send
Send raw data to the server.
SMTP::turn
Send an SMTP TURN command.
Advertisement
SMTP::noop
Send an SMTP NOOP command.
SMTP::verify
Send an SMTP VRFY command.
SMTP::sendAndMail
Send an SMTP SAML command.
SMTP::sendCommand
Send a command to an SMTP server and check its return code.
Advertisement
SMTP::reset
Send an SMTP RSET command.
SMTP::recipient
Send an SMTP RCPT command.
SMTP::mail
Send an SMTP MAIL command.
SMTP::quit
Send an SMTP QUIT command.
Advertisement
SMTP::parseHelloFields
Parse a reply to HELO/EHLO command to discover server extensions.
SMTP::sendHello
Send an SMTP HELO or EHLO command.
SMTP::hello
Send an SMTP HELO or EHLO command.