diff --git a/src/server/mailer/pate.ts b/src/server/mailer/pate.ts index 17e3f5bd..4860b0f8 100644 --- a/src/server/mailer/pate.ts +++ b/src/server/mailer/pate.ts @@ -11,7 +11,7 @@ const settings = { color: '#107eab', header: 'Curre', headerFontColor: 'white', - // dryrun: !inProduction || inStaging, + dryrun: !inProduction || inStaging, } const pateClient = axios.create({