레일즈 3.2.11을 사용 중이며 전송 된 이메일의 이메일 서버로 파란색 호스트를 사용하고 있습니다. 아래 파란색 호스트가있는 Rail Actionmailer 설정
는 development.rbconfig.action_mailer.smtp_settings = {
:address => "box75112.bluehost.com",
:port => "465",
:domain => "bluehost.com",
:enable_starttls_auto => true,
:authentication => :login,
:user_name => "[email protected]",
:password => "93utitrpppJvZ,[#4rl4"
}
내 구성 정보이며, 이러한 내 블루 호스트 정보
Mail Server Username: support+buddy.io
Incoming Mail Server: mail.buddy.io
Incoming Mail Server: (SSL) box75112.bluehost.com
Outgoing Mail Server: mail.buddy.io (server requires authentication) port 26
Outgoing Mail Server: (SSL) box75112.bluehost.com (server requires authentication) port 465
Supported Incoming Mail Protocols: POP3, POP3S (SSL/TLS), IMAP, IMAPS (SSL/TLS)
Supported Outgoing Mail Protocols: SMTP, SMTPS (SSL/TLS)
없습니다하지만 이메일이 발송되지 않으며, 또한 더있다 오류
아무도 도와 줄 수 있습니까? user_name
은 이메일 주소와 동일하지
config.action_mailer.smtp_settings = {
address: => "mail.buddy.io",
port: => 26,
enable_starttls_auto: => false,
authentication: => "plain",
user_name: => "support+buddy.io",
password: => "password"
}
참고 :
덕분에