Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Where should ActionMailer be configured? #18

Discussion options

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']
You must be logged in to vote

Good question. I did a commit to main's README here. Should have all the details you need? 8809eff

Replies: 1 comment 1 reply

Comment options

Good question. I did a commit to main's README here. Should have all the details you need? 8809eff

You must be logged in to vote
1 reply
Comment options

Thank you that helped a lot.

Answer selected by metaskills
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /