From 69ee84252135cc9ef4aa4526c3dbe6483e2459f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 4 Sep 2012 17:13:34 +0300 Subject: [PATCH] Fixing: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1617 --- lib/mail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mail.php b/lib/mail.php index acdadeffd3..fc9aebfda3 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -55,6 +55,7 @@ class OC_Mail { $mailo->From =$fromaddress; $mailo->FromName = $fromname;; + $mailo->Sender =$fromaddress; $a=explode(' ',$toaddress); try { foreach($a as $ad) {