I have a problem when sending bulk emails on my Rails 3.2 app with a big
difference in performance compared to the standard MRI 2.1. The problem
seams to be the mail() method invocation inside the mailer class.
Is this mailer problem something known in JRuby, or is just me?