From a441f0aa16f21811987e8cd2034d3291cb1f44ca Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Wed, 21 Jun 2017 15:10:53 -0400 Subject: [PATCH] amend dmca destination --- lib/thirdparty/Mailgun.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/thirdparty/Mailgun.class.php b/lib/thirdparty/Mailgun.class.php index cef71d83..e9d4de13 100644 --- a/lib/thirdparty/Mailgun.class.php +++ b/lib/thirdparty/Mailgun.class.php @@ -13,7 +13,7 @@ class Mailgun { list($status, $headers, $body) = static::post('/' . static::MAIL_DOMAIN . '/messages', [ 'from' => 'LBRY ', - 'to' => 'jeremy@lbry.io', + 'to' => 'help@lbry.io', 'subject' => 'DMCA Report #' . $data['report_id'], 'html' => '
' . var_export($data, true) . '
', 'o:tracking-clicks' => 'no',