Confirm your email address

the app should u be able to send confirmation emails even in your local env ? I have any errors at the log, but maybe it’s because I’m only working in my local ENV as I said or that doesn’t have nothing to do with that ?

Check the configurations file config/config.defaults.yml. There’s a configuration option skip_email_configuration which is by default true in local development environment. If you change that to false and configure your outgoing email server properly, you should be able to confirm email in local environment.

1 Like

I deployed the application, and still the confirmation email isn’t sent. I changed skip_email_configuration to false, but still doesn’t work.

In my case I have to run again RAILS_ENV=production bundle exec rake jobs:work
to trigger the emails.

It was supposed to be running already tho. So I cannot explain it.
Not sure how to solve this tho…