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

Fix the doc missing configure devise mail sender #1504

Merged
merged 2 commits into from
Nov 6, 2021

Conversation

hsonthach
Copy link
Contributor

I had to add

# config/initializers/devise.rb
Devise.setup do |config|
  config.mailer_sender = "example@example.com"
end

In order to make my app send emails successfully

I had to add 
```ruby
# config/initializers/devise.rb
Devise.setup do |config|
  config.mailer_sender = "example@example.com"
end
``` 
In order to make my app send emails successfully
@hsonthach hsonthach changed the title Fix the doc missing configure devise Fix the doc missing configure devise mail sender Sep 23, 2021
@MaicolBen MaicolBen merged commit 82f2596 into lynndylanhurley:master Nov 6, 2021
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