메일 발송을 하고 싶습니다.. (메일 알림)
최 명근이(가) 2016-08-06에 추가
메일 알림을 통해 일감을 관리하기 위해 구글링을 해가며 이것저것 해보았으나 되지 않습니다.
해당 redmine에서 검색하여, 하라는대로 해보았는데도 마찬가지네요.
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: "비밀번호"
에러 메세지는 이런식으로 뜨구요.
둘다 계정 / 비밀번호 확인 메세지라.. 여러번 확인하고 넣었는데도 안되네요.
G mail 경우 : (534-5.7.14 <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbuX )
Naver 경우 : (535-5.7.8 Username and Password not accepted. Learn more at )
어떤식으로 하면 좋을까요?
그리고 G메일 보다는, 네이버 메일로 변동사항을 받고 싶은데 방법이 있을까요?
답글 (1)
RE: 메일 발송을 하고 싶습니다.. (메일 알림) - 커뮤니티 관리자이(가) 2016-08-08에 추가
안녕하세요? 커뮤니티 관리자입니다.
혹시 Gmail 설정 중에 STMP를 사용하겠다는 인증관련 설정을 했는지요?
설정을 안했다면 아래 사이트에 접속하셔서 설정을 해 주셔야 합니다.
https://support.google.com/a/answer/2520500?hl=ko