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