Builder

class Builder

Properties

Link copied to clipboard
var from: String?

The RCPT FROM given by the host from which the email was received.

Link copied to clipboard
var helo: String?

The HELO used by the host from which the email was received.

Link copied to clipboard
var to: List<String>?

All SMTP TO entries given by the host from which the email was received.