sanitizedAddress property

String sanitizedAddress

The address used to output to SMTP server. Implementation can override it to pre-process the address before sending

Implementation

String get sanitizedAddress => mailAddress;