Skip to content

Commit

Permalink
Merge pull request #16 from bishoy-magdy/main
Browse files Browse the repository at this point in the history
Add Strato.de email provider configure #13
  • Loading branch information
roman-r-m authored Nov 19, 2022
2 parents 159fd2c + 410774a commit 9fe34e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/emailProviders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ export const emailProviders: EmailProvider[] = [
tls: true,
},

{
type: 'strato',
host: 'imap.strato.de',
port: 993,
tls: true,
},
];

0 comments on commit 9fe34e7

Please sign in to comment.