In my worker, I have code that looks like this:
PostOffice.deliver_application_rejected(profile_rejection.user_id)
But it doesn’t look like the email is being sent. Any ideas?
Thanks,
Andy
In my worker, I have code that looks like this:
PostOffice.deliver_application_rejected(profile_rejection.user_id)
But it doesn’t look like the email is being sent. Any ideas?
Thanks,
Andy
Hi Andy,
In my worker, I have code that looks like this:
PostOffice.deliver_application_rejected(profile_rejection.user_id)
But it doesn’t look like the email is being sent. Any ideas?
Is BackgrounDRb configured to run with the production environment?
By default it runs in development and that could quench e-mail delivery.
–
Roderick van Domburg
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs