웹개발자

bitnami redmine smtp 설정 - gmail 이용

wlsufld 2018. 4. 18. 16:38

bitnami redmine을 설치.
smtp서버는 gmail을 이용한다.


1. 설정파일 수정.

C:\Bitnami\redmine-3.4.3-1\apps\redmine\htdocs\config\configuration.yml


215줄 production: 다음에 추가

production:
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      enable_starttls_auto: true
      address: "smtp.gmail.com"
      port: 587
      domain: "smtp.gmail.com" # 'your.domain.com' for GoogleApps
      authentication: :plain
      user_name: "your_email@gmail.com"
      password: "your_password"



2. redmine 재시작



3. redmine내 메일설정

관리 > 설정 > 메일 알림



4. 게시판 글 등록 알림메일은

 ☆지켜보기 클릭



5. 스팸메일함 확인