MCPcopy
hub / github.com/simstudioai/sim / send

Method send

apps/sim/lib/messaging/email/types.ts:54–54  ·  view source on GitHub ↗
(data: ProcessedEmailData)

Source from the content-addressed store, hash-verified

52export interface MailProvider {
53 readonly name: MailProviderName
54 send(data: ProcessedEmailData): Promise<SendEmailResult>
55 sendBatch?(emails: ProcessedEmailData[]): Promise<BatchSendEmailResult>
56}

Callers 15

sendWithRetryFunction · 0.80
index.tsFile · 0.80
dispatchWithFallbackFunction · 0.80
sendFunction · 0.80
sendBatchFunction · 0.80
pollFunction · 0.80
testFunction · 0.80
deliverFunction · 0.80
uploadViaPresignedPutFunction · 0.80
uploadToS3Function · 0.80
downloadFromS3Function · 0.80
downloadFromS3StreamFunction · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64