Speeding up email delivery on Rails
2007.10.14
There’s one thing that has always bugged me: when using Sendmail to deliver email from Action Mailer in Ruby on Rails, it always takes a few seconds for the email to be sent, thus slowing down whatever task the user is trying to accomplish. When, for example, a user signs up for your service, you might [...]


