trying to fix dmca report blackhole

This commit is contained in:
Josh Finer 2018-05-30 22:38:53 -04:00 committed by GitHub
parent 46148a98d1
commit 04771c11ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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