Skip to content

Commit

Permalink
wip(zerops): Skip verify email transport
Browse files Browse the repository at this point in the history
  • Loading branch information
mlc-mlapis committed Nov 30, 2024
1 parent 8013d26 commit 8cea4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payload.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default buildConfig({
host: 'mailpit',
port: 1025,
secure: false,
skipVerify: true,
skipVerify: false,
logger: true,
// debug: true
}
Expand Down

0 comments on commit 8cea4ad

Please sign in to comment.