Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
fix: try fix email
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Nov 24, 2023
1 parent b51a6e1 commit afb6d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions back-strapi/config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = ({ env }) => ({
rejectUnauthorized: true,
requireTLS: "true",
connectionTimeout: 1,
secure: false
},
settings: {
defaultFrom: env("EMAIL_PROVIDER_FROM"),
Expand Down

0 comments on commit afb6d06

Please sign in to comment.