Skip to content

SudoSOS Back-end API / internal/mailer / MailContent

Interface: MailContent ​

Properties ​

html ​

ts
html: string;

reason? ​

ts
optional reason: string;

Short, bottom text explaining in the templated email why the received got this email.


subject ​

ts
subject: string;

text ​

ts
text: string;

title ​

ts
title: string;

Short title used as the header in a templated email