Skip to content

Commit c229cfa

Browse files
committed
fix: update smtp ssl options
1 parent b2e9611 commit c229cfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/api-service/lowcoder-server/src/main/resources/application.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ spring:
3232
auth: ${LOWCODER_ADMIN_SMTP_AUTH:true}
3333
ssl:
3434
enable: ${LOWCODER_ADMIN_SMTP_SSL_ENABLED:false}
35+
checkserveridentity: false
3536
starttls:
3637
enable: ${LOWCODER_ADMIN_SMTP_STARTTLS_ENABLED:true}
3738
required: ${LOWCODER_ADMIN_SMTP_STARTTLS_REQUIRED:true}

0 commit comments

Comments
 (0)