Can I use BackgroundRB to send mailer messages?

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