Skip to content

Instantly share code, notes, and snippets.

@devhero
Created July 24, 2015 08:51
Show Gist options
  • Select an option

  • Save devhero/2fb51e80df6889b18afa to your computer and use it in GitHub Desktop.

Select an option

Save devhero/2fb51e80df6889b18afa to your computer and use it in GitHub Desktop.
message = MyMailer.new_products(c, products)
customers.each do |c|
mail = message.dupe()
mail.to = c.email
mail.deliver
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment