MCPcopy
hub / github.com/RedPlanetHQ/core / sendPlainTextEmail

Function sendPlainTextEmail

apps/webapp/app/services/email.server.ts:78–80  ·  view source on GitHub ↗
(options: SendPlainTextOptions)

Source from the content-addressed store, hash-verified

76}
77
78export async function sendPlainTextEmail(options: SendPlainTextOptions) {
79 return client.sendPlainText(options);
80}
81
82export async function scheduleEmail(
83 data: DeliverEmail,

Callers 1

sendReplyFunction · 0.90

Calls 1

sendPlainTextMethod · 0.65

Tested by

no test coverage detected