Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
engelhartrueben committed Aug 14, 2024
1 parent fb0f56d commit 48f095e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/workers/jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,12 +943,12 @@ export async function exportCampaign(job) {
if ((
process.env.EMAIL_FROM &&
process.env.EMAIL_HOST &&
process.env.EMAIL_HOST_PASSOWRD &&
process.env.EMAIL_HOST_PASSWORD &&
process.env.EMAIL_HOST_PORT &&
process.env.EMAIL_HOST_USER) ||
(
process.env.MAILGUN_DOMIAN &&
process.env.MAILGUN_SMTP_LOGN &&
process.env.MAILGUN_DOMAIN &&
process.env.MAILGUN_SMTP_LOGIN &&
process.env.MAILGUN_SMTP_PASSWORD &&
process.env.MAILGUN_SMTP_PORT &&
process.env.MAILGUN_SMTP_SERVER &&
Expand Down

0 comments on commit 48f095e

Please sign in to comment.