fork
Configure Feed
Select the types of activity you want to include in your feed.
lol
fork
Configure Feed
Select the types of activity you want to include in your feed.
1diff --git a/app/models/channel/driver/sendmail.rb b/app/models/channel/driver/sendmail.rb
2index b15ef48a6..64c120a87 100644
3--- a/app/models/channel/driver/sendmail.rb
4+++ b/app/models/channel/driver/sendmail.rb
5@@ -32,6 +32,6 @@ def delivery_method(mail)
6
7 return mail.delivery_method :test if Rails.env.test?
8
9- mail.delivery_method :sendmail
10+ mail.delivery_method :sendmail, :location => '/run/wrappers/bin/sendmail'
11 end
12 end