Skip to content

Commit 2454516

Browse files
committed
Change SMTP port
1 parent bc3ae3d commit 2454516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase-pawtograder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ services:
622622
- 'GOTRUE_MAILER_AUTOCONFIRM=${ENABLE_EMAIL_AUTOCONFIRM:-false}'
623623
- 'GOTRUE_SMTP_ADMIN_EMAIL=${SMTP_ADMIN_EMAIL}'
624624
- 'GOTRUE_SMTP_HOST=${SMTP_HOST}'
625-
- 'GOTRUE_SMTP_PORT=${SMTP_PORT:-587}'
625+
- 'GOTRUE_SMTP_PORT=${SMTP_PORT:-465}'
626626
- 'GOTRUE_SMTP_USER=${SMTP_USER}'
627627
- 'GOTRUE_SMTP_PASS=${SMTP_PASS}'
628628
- 'GOTRUE_SMTP_SENDER_NAME=${SMTP_SENDER_NAME}'

0 commit comments

Comments
 (0)