Deliver Later not working
Hi Guys,
I have a rails app, and for some reason when I call deliver_later the emails aren't sending. When I test it with deliver_now it works fine.
I have redis and sidekiq both running.
TID-owqrlmxrh ActionMailer::DeliveryJob JID-10b51cc7e7b76d99307add2c INFO: start
the above shows it goes to the queue but never sends. Any help would be much appreciated before I pull my hair out.
I am having the same problem. But in the rails server, it says 'deliver_now' even thought the code has it set to 'deliver_later'. And then, it doesn't even send the email.
Were you able to get it to work @Stephen?