]> git.openstreetmap.org Git - rails.git/blobdiff - app/mailers/notifier.rb
Fix some deprecation warnings
[rails.git] / app / mailers / notifier.rb
index 4509f10114bec03308da57e7744426389caf1a1b..6e0c81a39177337b6f6ad57ddeb6b2d11e36644a 100644 (file)
@@ -1,6 +1,8 @@
 class Notifier < ActionMailer::Base
   include ActionView::Helpers::AssetUrlHelper
 
+  self.delivery_job = ActionMailer::MailDeliveryJob
+
   default :from => Settings.email_from,
           :return_path => Settings.email_return_path,
           :auto_submitted => "auto-generated"