sendTestEmail(config: EmailConfig,to: ValidEmail,): Promise<number | undefined>
Send a test email to the business email address. Returns HTTP status or undefined on non-HTTP errors.
config: EmailConfig
to: ValidEmail
sendTestEmail(config: EmailConfig,to: ValidEmail,): Promise<number | undefined>
Send a test email to the business email address. Returns HTTP status or undefined on non-HTTP errors.
config: EmailConfig
to: ValidEmail
import { sendTestEmail } from "docs/email.ts";