chore: telemetry localization (#6075)

This commit is contained in:
Elliot DeNolf
2024-04-28 22:17:08 -04:00
committed by GitHub
parent bed428c27e
commit a7096c1599
20 changed files with 83 additions and 24 deletions

View File

@@ -27,6 +27,7 @@ export const nodemailerAdapter = async (
const { defaultFromAddress, defaultFromName, transport } = await buildEmail(args)
const adapter: NodemailerAdapter = () => ({
name: 'nodemailer',
defaultFromAddress,
defaultFromName,
sendEmail: async (message) => {