mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
amend dmca destination
This commit is contained in:
parent
1fc634a3b6
commit
a441f0aa16
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', [
|
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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue