lightyear.smtpproxyresponse
Home > @runlightyear/lightyear > SmtpProxyResponse
SmtpProxyResponse type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
type SmtpProxyResponse = {
accepted: Array<string | EmailAddress$1>;
pending: Array<string | EmailAddress$1>;
rejected: Array<string | EmailAddress$1>;
messageId: string;
envelope: {
from: string | false;
to: string[];
};
response: string;
};
References: EmailAddress$1