mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 03:21:20 +10:00
email integration
* Nest email module with smtp, postmark and console log drivers * react-email package
This commit is contained in:
@ -17,6 +17,7 @@ import { SpaceModule } from './space/space.module';
|
||||
import { GroupModule } from './group/group.module';
|
||||
import { CaslModule } from './casl/casl.module';
|
||||
import { DomainMiddleware } from '../middlewares/domain.middleware';
|
||||
import { MailModule } from '../integrations/mail/mail.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@ -27,6 +28,9 @@ import { DomainMiddleware } from '../middlewares/domain.middleware';
|
||||
StorageModule.forRootAsync({
|
||||
imports: [EnvironmentModule],
|
||||
}),
|
||||
MailModule.forRootAsync({
|
||||
imports: [EnvironmentModule],
|
||||
}),
|
||||
AttachmentModule,
|
||||
CommentModule,
|
||||
SearchModule,
|
||||
|
||||
Reference in New Issue
Block a user