Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed development mode not allowing mailers to go out because it was mis... #335

Merged
merged 1 commit into from Apr 19, 2014
Merged

Fixed development mode not allowing mailers to go out because it was mis... #335

merged 1 commit into from Apr 19, 2014

Conversation

scouttyg
Copy link
Member

...sing a config option

@@ -39,5 +39,7 @@
config.logger.level = Logger.const_get(
ENV['LOG_LEVEL'] ? ENV['LOG_LEVEL'].upcase : 'DEBUG'
)

config.action_mailer.default_url_options = { :host => "localhost:3000" }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this, you'll get an error on development mode when trying to send out emails. (eg: password forget emails)

fusion94 added a commit that referenced this pull request Apr 19, 2014
Fixed development mode not allowing mailers to go out because it was mis...
@fusion94 fusion94 merged commit a644efb into kandanapp:master Apr 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants