AddRcpt adds the target address for the message. The domain part of the address is assumed to be U-labels with NFC normalization and case-folding applied. The message source should ensure that by calling address.CleanDomain if necessary. Implementation should assume that no case-folding or dedupli
(ctx context.Context, rcptTo string, opts smtp.RcptOptions)
| 58 | // contains BodyLength field. If it is non-zero, it can be used to check |
| 59 | // storage quota for the user before Body. |
| 60 | AddRcpt(ctx context.Context, rcptTo string, opts smtp.RcptOptions) error |
| 61 | |
| 62 | // Body sets the body and header contents for the message. |
| 63 | // If this method fails, message is assumed to be undeliverable |
no outgoing calls