Property OutgoingEmailInternationalizationUnsupported
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
OutgoingEmailInternationalizationUnsupported
Gets subcategory 8, message composition: an address outside ASCII was addressed to a server that advertised no internationalized-address support.
public static MailFathomErrorCode OutgoingEmailInternationalizationUnsupported { get; }
Property Value
Remarks
It is separate from an unusable address because the address is correct and the server cannot carry it. The
remedy is a different submission endpoint or a different address, and refusing here is what keeps the attempt
from spending a whole transmission to be refused at RCPT TO.