MCPcopy Create free account
hub / github.com/eleith/emailjs / MessageStack

Interface MessageStack

src/client.ts:15–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13) => void
14
15export interface MessageStack {
16 callback: MessageCallback
17 message: Message
18 attachment: MessageAttachment
19 text: string
20 returnPath?: string
21 from: string
22 to: ReturnType<typeof addressparser>
23 cc: string[]
24 bcc: string[]
25}
26
27export class SMTPClient {
28 public readonly smtp: SMTPConnection

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…