Send emails to many receivers (#2579)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-02-02 18:07:44 +06:00
committed by GitHub
parent f31bf01247
commit 90b4ac39fb
9 changed files with 364 additions and 5 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ export default plugin(gmailId, {
component: {
Main: '' as AnyComponent,
Connect: '' as AnyComponent,
IconGmail: '' as AnyComponent
IconGmail: '' as AnyComponent,
NewMessages: '' as AnyComponent
},
integrationType: {
Gmail: '' as Ref<IntegrationType>