SMTP
Methods
1 to 9 of 9
- SMTP::connect() – Connect to an SMTP server.
- SMTP::connected() – Check connection state.
- SMTP::data() – Send an SMTP DATA command.
- SMTP::get_lines() – Read the SMTP server’s response.
- SMTP::getServerExt() – Get metadata about the SMTP server from its HELO/EHLO response.
- SMTP::hello() – Send an SMTP HELO or EHLO command.
- SMTP::hmac() – Calculate an MD5 HMAC hash.
- SMTP::sendCommand() – Send a command to an SMTP server and check its return code.
- SMTP::startTLS() – Initiate a TLS (encrypted) session.