この投稿でメール連絡先フォーミュラーを作成しました:リンク
投稿ではgmailに関して。私はドイツ出身で、代わりに googlemail.com しか使えませんでした。だから私はすべてをgmailからgooglemailに変更しました。エラーメッセージは表示されませんが、googlemail アカウントでメールが受信されません。
これは私のメーリング設定です:
# Mail config
config.action_mailer.raise_delivery_errors = true
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => "smtp.googlemail.com",
:port => 587,
:user_name => 'khsuite@googlemail.com',
:password => 'mypassword',
:authentication => 'plain',
:enable_starttls_auto => true }
googlemail に必要なその他の設定はありますか?