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

Method sendEmail

integrations/resend/src/index.ts:159–161  ·  view source on GitHub ↗

* @deprecated Please use resend.emails.send instead

(...args: Parameters<typeof this.emails.send>)

Source from the content-addressed store, hash-verified

157 * @deprecated Please use resend.emails.send instead
158 */
159 async sendEmail(...args: Parameters<typeof this.emails.send>): Promise<SendEmailResult> {
160 return this.emails.send(...args);
161 }
162
163 /**
164 * Access the Resend Audiences API

Callers 4

resend.tsFile · 0.45
sendgrid.tsFile · 0.45
byo-auth.tsFile · 0.45
schedules.tsFile · 0.45

Calls 1

sendMethod · 0.65

Tested by

no test coverage detected