Skip to content

Commit

Permalink
Merge pull request #1281 from ker0x/feature/mailpit
Browse files Browse the repository at this point in the history
Replace Mailcatcher with Mailpit
  • Loading branch information
fabpot authored Jan 18, 2024
2 parents 87ec057 + 62cc194 commit 66d9ffb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions symfony/mailer/4.3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@
"docker-compose.override.yml": {
"services": [
"mailer:",
" image: sj26/mailcatcher",
" ports: [\"1025\", \"1080\"]"
" image: axllent/mailpit",
" ports:",
" - \"1025\"",
" - \"8025\"",
" environment:",
" MP_SMTP_AUTH_ACCEPT_ANY: 1",
" MP_SMTP_AUTH_ALLOW_INSECURE: 1"
]
}
},
Expand Down

0 comments on commit 66d9ffb

Please sign in to comment.