Custom mail delivery method in Rails 3.*
Rails 3 allows you to specify a custom mail delivery method in addition to the default options smtp, sendmail, test and file. In this post, I show you how to use this feature.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Rails 3 allows you to specify a custom mail delivery method in addition to the default options smtp, sendmail, test and file. In this post, I show you how to use this feature.
Post a comment