Can anyone provide a worked and complete CE email configuration for
production? Please correct me if I am wrong or missing something. I
used Gmail to send emails.
1. install gem ambethia-smtp-tls;
2. Put APP_URL = your site domain in config/environments/production.rb
3. Put the following lines in config/environments/production.rb as
well
config.action_mailer.perform_deliveries = true
config.action_mailer.raise_delivery_errors = true
config.action_mailer.default_charset = "utf-8"
config.action_mailer.delivery_method = :smtp
> > Diandi- Hide quoted text -
>
> - Show quoted text -