]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixing: http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-1617
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 14:13:34 +0000 (17:13 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 14:13:34 +0000 (17:13 +0300)
lib/mail.php

index acdadeffd33eaadaa1cb53e83bcf95242ceb0655..fc9aebfda3be3178090f2f1b5462234787448117 100644 (file)
@@ -55,6 +55,7 @@ class OC_Mail {
 
                $mailo->From =$fromaddress;
                $mailo->FromName = $fromname;;
+               $mailo->Sender =$fromaddress;
                $a=explode(' ',$toaddress);
                try {
                        foreach($a as $ad) {