(options: SendPlainTextOptions)
| 52 | } |
| 53 | |
| 54 | export async function sendPlainTextEmail(options: SendPlainTextOptions) { |
| 55 | return client.sendPlainText(options); |
| 56 | } |
| 57 | |
| 58 | export async function scheduleWelcomeEmail(user: User) { |
| 59 | //delay for one minute in development, longer in production |
nothing calls this directly
no test coverage detected
searching dependent graphs…