Redmine 설치폴더\apps\redmine\htdocs\config\configuration.yml 파일을 건드려야 한다.
# default configuration options for all environments
default:
# Outgoing emails configuration
# See the examples below and the Rails guide for more configuration options:
# http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "smtp.gmail.com"
port: 587
domain: "smtp.gmail.com"
authentication: :plain
user_name: "아이디@gmail.com"
password: "패스워드"
prodction:
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "smtp.gmail.com"
port: '587'
domain: "smtp.gmail.com"
authentication: :plain
user_name: "아이디@gmail.com"
password: "패스워드"
gmail smtp
설정을 위와같이 설정 후
1. Redmine 서비스 관리 콘솔에서 재시작
2. Admin 계정 로그인
3. 관리 > 메일알림 > 하단 테스트 메일 보내기 클릭 후
Admin 계정의 메일함을 확인해보면 된다.
사용시 관리 > 사용자 > 사용자 ID 클릭 > 메일 알림에 대한 설정을 확인해야 한다.
'개발일지' 카테고리의 다른 글
bitami redmine SVN Configuration on Window server (항목이나 리비젼이 저장소에 존재하지 않습니다. 해결) (0) | 2021.03.19 |
---|---|
documents.library-ms가 더 이상 작동하지 않습니다 (0) | 2021.03.19 |
[OOXML] WORD Insert 이미지 시 단위 환산 EMUs (English Metric Unit) (0) | 2021.03.19 |
[MS Word] 텍스트 복구 변환기에 제한이 있습니다. (0) | 2020.08.27 |
[Office Word] 오류 1907. 글꼴을 등록하지 못했습니다 (0) | 2020.08.26 |