Action Mailer Confirmation Emails - Ruby on Rails...
- by bgadoci
I have successfully installed the Clearance Gem from ThoughtBot. Clearance sends a confirmation email upon a new sign_up and suggests adding:
config.action_mailer.default_url_options = { :host => 'localhost:3000' }
to your /environments/test.rb and development.rb. I have tried this and also
config.action_mailer.default_url_options = { :host…