From f888037c3906162155493a571ecb32b3cdb9fdd6 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 14 Nov 2016 16:19:20 -0500 Subject: [PATCH] change reilly to /youtube contact --- 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 ab5c2fb5..32a4ce7c 100644 --- a/lib/thirdparty/Mailgun.class.php +++ b/lib/thirdparty/Mailgun.class.php @@ -47,7 +47,7 @@ class Mailgun { list($status, $headers, $body) = static::post('/lbry.io/messages', [ 'from' => 'LBRY ', - 'to' => 'jeremy@lbry.io', + 'to' => 'reilly@lbry.io', 'subject' => 'Interested YouTuber', 'html' => '
' . var_export($data, true) . '
', 'o:tracking-clicks' => 'no',