change reilly to /youtube contact

This commit is contained in:
Jeremy Kauffman 2016-11-14 16:19:20 -05:00
parent cf7f99f60c
commit f888037c39

View file

@ -47,7 +47,7 @@ class Mailgun
{
list($status, $headers, $body) = static::post('/lbry.io/messages', [
'from' => 'LBRY <mail@lbry.io>',
'to' => 'jeremy@lbry.io',
'to' => 'reilly@lbry.io',
'subject' => 'Interested YouTuber',
'html' => '<pre>' . var_export($data, true) . '</pre>',
'o:tracking-clicks' => 'no',