mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
change reilly to /youtube contact
This commit is contained in:
parent
cf7f99f60c
commit
f888037c39
1 changed files with 1 additions and 1 deletions
2
lib/thirdparty/Mailgun.class.php
vendored
2
lib/thirdparty/Mailgun.class.php
vendored
|
@ -47,7 +47,7 @@ class Mailgun
|
||||||
{
|
{
|
||||||
list($status, $headers, $body) = static::post('/lbry.io/messages', [
|
list($status, $headers, $body) = static::post('/lbry.io/messages', [
|
||||||
'from' => 'LBRY <mail@lbry.io>',
|
'from' => 'LBRY <mail@lbry.io>',
|
||||||
'to' => 'jeremy@lbry.io',
|
'to' => 'reilly@lbry.io',
|
||||||
'subject' => 'Interested YouTuber',
|
'subject' => 'Interested YouTuber',
|
||||||
'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