MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / sendPlainTextEmail

Function sendPlainTextEmail

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

Source from the content-addressed store, hash-verified

52}
53
54export async function sendPlainTextEmail(options: SendPlainTextOptions) {
55 return client.sendPlainText(options);
56}
57
58export async function scheduleWelcomeEmail(user: User) {
59 //delay for one minute in development, longer in production

Callers

nothing calls this directly

Calls 1

sendPlainTextMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…