Sending emails with ActionMailer and Sidekiq actionmailer, ruby on rails, sidekiq November 11, 2015 Max Ivak | Leave a Comment on Sending emails with ActionMailer and Sidekiq This post shows how to send emails asynchroniously using Sidekiq. Read the gist.
Rails ActionMailer send email to multiple recipients actionmailer, rails July 19, 2015 Max Ivak | Leave a Comment on Rails ActionMailer send email to multiple recipients In order to send email to multiple recipients you need to write some extra code. Find the solution in this gist. Continue reading →