mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
trying to fix dmca report blackhole
This commit is contained in:
parent
46148a98d1
commit
04771c11ae
1 changed files with 1 additions and 1 deletions
2
lib/thirdparty/Mailgun.class.php
vendored
2
lib/thirdparty/Mailgun.class.php
vendored
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue