This commit is contained in:
Philipinho
2024-05-03 15:52:25 +01:00
parent 7f933addff
commit c1cd090252
7 changed files with 22 additions and 13 deletions

View File

@ -1,5 +1,5 @@
export interface MailMessage {
from: string;
from?: string;
to: string;
subject: string;
text?: string;