]> source.dussan.org Git - nextcloud-server.git/commit
Add "Reply-To" support for sharing notifications
authorLukas Reschke <lukas@owncloud.com>
Sun, 12 Apr 2015 20:54:29 +0000 (22:54 +0200)
committerLukas Reschke <lukas@owncloud.com>
Sun, 12 Apr 2015 21:03:32 +0000 (23:03 +0200)
commite6c2382a19bd6dbf7bb8e9721251a96f0584ee17
tree9732a2f749df28b97addc1687cef2f5cedd2b86d
parent43b2f3c2dc76caadb1a32d6341fa24a39083d8fb
Add "Reply-To" support for sharing notifications

Very hacky backport of https://github.com/owncloud/core/pull/15541 - I changed the code path to use OC_Mail instead the OCP pendant since I didn't want to modify the public API. (OCP\Util::sendMail() is anyways deprecated with 8.1)
core/ajax/share.php
lib/private/mail.php
lib/private/share/mailnotifications.php