diff --git a/apps/climatemappedafrica/server.ts b/apps/climatemappedafrica/server.ts index 6bd524bb4..d63cd4dcb 100644 --- a/apps/climatemappedafrica/server.ts +++ b/apps/climatemappedafrica/server.ts @@ -43,7 +43,7 @@ const start = async (): Promise => { transportOptions: { auth: { user: process.env.SMTP_USER || "apikey", - apiKey: smtpAuthPass, + pass: smtpAuthPass, }, host: process.env.SMTP_HOST || "smtp.sendgrid.net", port: smtpPort,