amend dmca destination

This commit is contained in:
Jeremy Kauffman 2017-06-21 15:10:53 -04:00 committed by GitHub
parent 1fc634a3b6
commit a441f0aa16

View file

@ -13,7 +13,7 @@ class Mailgun
{ {
list($status, $headers, $body) = static::post('/' . static::MAIL_DOMAIN . '/messages', [ list($status, $headers, $body) = static::post('/' . static::MAIL_DOMAIN . '/messages', [
'from' => 'LBRY <mail@' . static::MAIL_DOMAIN . '>', 'from' => 'LBRY <mail@' . static::MAIL_DOMAIN . '>',
'to' => 'jeremy@lbry.io', 'to' => 'help@lbry.io',
'subject' => 'DMCA Report #' . $data['report_id'], 'subject' => 'DMCA Report #' . $data['report_id'],
'html' => '<pre>' . var_export($data, true) . '</pre>', 'html' => '<pre>' . var_export($data, true) . '</pre>',
'o:tracking-clicks' => 'no', 'o:tracking-clicks' => 'no',