madeon wrote in changelog

[ljcom] r10761: LJSUP-9291: vgift email notifcation send...

Committer: sbelyaev
LJSUP-9291: vgift email notifcation sender is changed: accounts@livejournal.com -> do-not-reply@livejournal.com
U   trunk/cgi-bin/LJ/Pay/Payment/PayItem/VGift.pm
Modified: trunk/cgi-bin/LJ/Pay/Payment/PayItem/VGift.pm
===================================================================
--- trunk/cgi-bin/LJ/Pay/Payment/PayItem/VGift.pm	2011-07-12 07:58:53 UTC (rev 10760)
+++ trunk/cgi-bin/LJ/Pay/Payment/PayItem/VGift.pm	2011-07-14 03:11:32 UTC (rev 10761)
@@ -202,7 +202,7 @@
         # send email notification
         LJ::send_mail({
             to       => $email,
-            from     => $LJ::ACCOUNTS_EMAIL,
+            from     => $LJ::DONOTREPLY_EMAIL,
             fromname => $LJ::SITENAMESHORT,
             wrap     => 1,
             charset  => 'utf-8',