Skip to content

Commit f3a282d

Browse files
committed
Correct option names being passed to nodemailer for SMTP
Signed-off-by: Erin Allison <[email protected]>
1 parent 89b7842 commit f3a282d

File tree

1 file changed

+1
-1
lines changed
  • internal-packages/emails/src/transports

1 file changed

+1
-1
lines changed

internal-packages/emails/src/transports/smtp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type SmtpMailTransportOptions = {
1010
secure?: boolean,
1111
auth?: {
1212
user?: string,
13-
password?: string
13+
pass?: string
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)