MCPcopy
hub / github.com/LLOneBot/LuckyLilliaBot / EmailOptions

Interface EmailOptions

src/common/emailService.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { EmailConfigManager } from './emailConfig.js'
4
5export interface EmailOptions {
6 subject: string
7 html: string
8 text?: string
9}
10
11export interface SendResult {
12 success: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected