Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolfx committed Sep 8, 2023
1 parent 0d546df commit b6cb98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/Email/Send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export async function sendEmail(options: {
if (USING_GMAIL) {
config = {
service: 'gmail',
secure: SMTPConfig.secure,
auth: {
user: SMTPConfig.username,
pass: SMTPConfig.password
Expand Down

0 comments on commit b6cb98e

Please sign in to comment.