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