We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In production mode, it is recommended that you use a SMPT server of your own or integrate with a third party e-mail service provider.
To add e-mail support, simply add the following lines to your production config file (config/environments/production.rb)
config/environments/production.rb
config.action_mailer.smtp_settings = { address: 'SERVER_ADDRESS', port: PORT_NUMBER, domain: 'YOUR_APP_DOMAIN', authentication: 'plain', }