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