Skip to main content

Type Alias: MailAttachment

type MailAttachment: object;

Ad-hoc attachment payload supplied to a mailer.

Type declaration

content

content: Buffer | string;

contentType?

optional contentType: string;

filename

filename: string;