프로젝트

일반

사용자정보

MS Exchange mail 계정은 어떻게 설정하나요?

마인 레드이(가) 2022-11-22에 추가

안녕하세요.
저는 시놀로지의 Redmine 패키지를 사용 중입니다.

기존에는 cafe24 도메인의 smtp로 메일을 설정하여 메일 알림을 잘 받았습니다.

그런데 최근에 MS exchange mail로 변경되어 설정 변경이 필요한데요.

MS exchange mail은 어떻게 설정해야 하는지 찾지를 못하여 이렇게 게시판에 문의드립니다.

도움 부탁드립니다.

감사합니다.

답글 (1)

RE: MS Exchange mail 계정은 어떻게 설정하나요? - 커뮤니티 관리자이(가) 2022-11-22에 추가

이메일 설정은 할 때마다 환경이 달라서 한가지 설정으로 안되는 경우가 많습니다.
아래 설정은 이전에 MS Exchange 서버로 된 것을 연동할 때 설정한 것인데 참고해 보시기 바랍니다.
 
email_delivery:
    delivery_method: :smtp
    smtp_settings:
      address: smtp.lionssoft.co.kr
      port: 25
      domain: hmc.co.kr
      authentication: :login
      user_name: "youremail@lionssoft.co.kr"
      password: "yourpassword"
      enable_starttls_auto: true
      openssl_verify_mode: none

혹은

default:
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      enable_starttls_auto: true
      address: "smtp.office365.com" 
      port: 587
      domain: "yourdomain" 
      authentication: :login
      user_name: "yourmail@lionssoft.co.kr" 
      password: "yourpassword" 
    (1-1/1)
    클립보드 이미지 추가 (최대 크기: 500 MB)