YUMSERV
Published 2022. 6. 19. 20:40
[Sentry] MAIL 서버 설정 DEV
반응형
# vi .env
SENTRY_MAIL_HOST=메일서버HOST 혹은 localhost  #localhost의 경우, 메일서버가 설치되어있어야 합니다
# vi sentry/config.yml
mail.host: '메일서버HOST'
mail.port: 25
mail.from: '발송 계정주소' # ex)sentry@test.com

 

- docker 재빌드

docker compose down
docker compose up -d --build

참고)

https://dev.to/malekhijazi/configuring-mail-for-sentry-self-hosted-544f

https://develop.sentry.dev/self-hosted/email/

 

 

 

반응형
profile

YUMSERV

@lena04301

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!