gmail 발송 관련 문제에 대해 문의 있습니다.
이 준호이(가) 2014-12-16에 추가
default: # Outgoing emails configuration (see examples above)
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: ""
password: "xxxx"
위와 같은 설정으로 해놓았는데요.
gmail에서 “Mail Delivery Subsystem”
“Delivery to the following recipient failed permanently:”
계속 뜨네요…
혹시 Gmail에서 따로 설정을 해야 하는것인지요?
답글 (1)
RE: gmail 발송 관련 문제에 대해 문의 있습니다. - 커뮤니티 관리자이(가) 2014-12-16에 추가
안녕하세요? 커뮤니티 관리자입니다.
아래와 같이 이메일설정을 해 주시고 그리고 아래 사이트에서 TLS 설정을 해 주셔야 합니다.
default:
# Outgoing emails configuration (see examples above)
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: "user_id"
password: "password"