* Reject this email message by returning a permanent SMTP error back to the connecting client including the given reason. * @param reason The reject reason. * @returns void
(reason: string)
| 4749 | * @returns void |
| 4750 | */ |
| 4751 | setReject(reason: string): void; |
| 4752 | /** |
| 4753 | * Forward this email message to a verified destination address of the account. |
| 4754 | * @param rcptTo Verified destination address. |
nothing calls this directly
no outgoing calls
no test coverage detected