-
Notifications
You must be signed in to change notification settings - Fork 8
Where should ActionMailer be configured? #18
Answered
by
metaskills
michaelcohenunsw
asked this question in
Q&A
-
Where should the following be set?
# Rails 5.x
ActionMailer::DeliveryJob.include Lambdakiq::Worker
ActionMailer::DeliveryJob.queue_as ENV['JOBS_QUEUE_NAME']
# Rails 6.x
ActionMailer::MailDeliveryJob.include Lambdakiq::Worker
ActionMailer::MailDeliveryJob.queue_as ENV['JOBS_QUEUE_NAME']
Beta Was this translation helpful? Give feedback.
All reactions
Answered by
metaskills
Oct 25, 2021
Good question. I did a commit to main's README here. Should have all the details you need? 8809eff
Replies: 1 comment 1 reply
-
Good question. I did a commit to main's README here. Should have all the details you need? 8809eff
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
Thank you that helped a lot.
Beta Was this translation helpful? Give feedback.
All reactions
Answer selected by
metaskills
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment