Skip to content

use resque mailer to send mail background

Matthias Käppler requested to merge github/fork/oreofish/resquemailer into master

Created by: oreofish

I change rails configure to send mail via smtp, not sendmail. It's very slow. The user has to wait for a long time after click. The patch use resque mailer to send mail background, no waiting anymore. It can work fine with :smtp.

Merge request reports