私はrails 3.2.11を使用しており、送信された電子メールの電子メールサーバーとして青いホストを使用しています。
以下は、development.rbの私の構成情報です
config.action_mailer.smtp_settings = {
:address => "box75112.bluehost.com",
:port => "465",
:domain => "bluehost.com",
:enable_starttls_auto => true,
:authentication => :login,
:user_name => "support@buddy.io",
: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)
しかし、メールは送信されず、エラーもありません
誰でも助けてもらえますか?
ありがとう