export async function outboxLawRed(env: unknown, email: string, sendEmailVerify: Function) {
  await sendEmailVerify(env, { to: email });
}
