]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/emailer.model.ts
Improve auto mute tests
[github/Chocobozzz/PeerTube.git] / shared / models / server / emailer.model.ts
CommitLineData
8dc8a34e
C
1export type SendEmailOptions = {
2 to: string[]
3 subject: string
4 text: string
5
6 fromDisplayName?: string
7 replyTo?: string
8}