mirror of
https://github.com/docmost/docmost.git
synced 2026-07-24 10:22:51 +10:00
email integration
* Nest email module with smtp, postmark and console log drivers * react-email package
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface MailMessage {
|
||||
from: string;
|
||||
to: string;
|
||||
subject: string;
|
||||
text?: string;
|
||||
html?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user