Committer: gariev
LJSUP-9337: Send payment e-mails (bin/ljmaint.pl deliver) from TheSchwartzU trunk/cgi-bin/LJ/Pay/Payment/PayItem/VGift.pm U trunk/cgi-bin/LJ/Pay/Payment/PayItem.pm
Modified: trunk/cgi-bin/LJ/Pay/Payment/PayItem/VGift.pm =================================================================== --- trunk/cgi-bin/LJ/Pay/Payment/PayItem/VGift.pm 2011-07-25 06:24:40 UTC (rev 10775) +++ trunk/cgi-bin/LJ/Pay/Payment/PayItem/VGift.pm 2011-07-26 07:14:43 UTC (rev 10776) @@ -209,6 +209,7 @@ subject => LJ::Lang::ml('esn.vgift.to_you.subject', { sitenameshort => $LJ::SITENAMESHORT}), body => $body, html => $html_body, + force_schwartz => 1, }); } Modified: trunk/cgi-bin/LJ/Pay/Payment/PayItem.pm =================================================================== --- trunk/cgi-bin/LJ/Pay/Payment/PayItem.pm 2011-07-25 06:24:40 UTC (rev 10775) +++ trunk/cgi-bin/LJ/Pay/Payment/PayItem.pm 2011-07-26 07:14:43 UTC (rev 10776) @@ -660,6 +660,7 @@ 'charset' => 'utf-8', 'subject' => $mail_subject, 'body' => $msg . $mail_message, + 'force_schwartz' => 1, }); }