- auth
SmtpReply auth(SmtpAuthType authType)
Undocumented in source. Be warned that the author may not have intended to support it.
- authLoginPassword
SmtpReply authLoginPassword(string password)
Undocumented in source. Be warned that the author may not have intended to support it.
- authLoginUsername
SmtpReply authLoginUsername(string username)
Undocumented in source. Be warned that the author may not have intended to support it.
- authPlain
SmtpReply authPlain(string login, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
SmtpReply connect()
Undocumented in source. Be warned that the author may not have intended to support it.
- data
SmtpReply data()
Undocumented in source. Be warned that the author may not have intended to support it.
- dataBody
SmtpReply dataBody(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
- disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
- ehlo
SmtpReply ehlo()
Undocumented in source. Be warned that the author may not have intended to support it.
- helo
SmtpReply helo()
Undocumented in source. Be warned that the author may not have intended to support it.
- mailFrom
SmtpReply mailFrom(string addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- noop
SmtpReply noop()
Undocumented in source. Be warned that the author may not have intended to support it.
- quit
SmtpReply quit()
Undocumented in source. Be warned that the author may not have intended to support it.
- rcptTo
SmtpReply rcptTo(string addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
SmtpReply send(string fromAddr, string[] toAddr, Msg msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- startTLS
SmtpReply startTLS(EncryptionMethod encMethod)
Undocumented in source. Be warned that the author may not have intended to support it.