feat: Implement smtp connection
This commit is contained in:
@@ -16,6 +16,7 @@ class App {
|
||||
'scheduler',
|
||||
'slack',
|
||||
'twitter',
|
||||
'smtp',
|
||||
];
|
||||
|
||||
static async findAll(name?: string, stripFuncs = true): Promise<IApp[]> {
|
||||
|
Reference in New Issue
Block a user