mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
Fix reachout mail
This commit is contained in:
@@ -503,7 +503,7 @@ trait SendMail
|
||||
$data = array(
|
||||
'from' => 'WTI Creator Studio <noreply@wticreatorstudio.com>',
|
||||
'to' => $email,
|
||||
'bcc' => [$vc_email],
|
||||
'bcc' => $vc_email,
|
||||
'subject' => 'Welcome to WTI Creator Studio',
|
||||
'template' => 'Reachout Account',
|
||||
'v:email' => $email,
|
||||
|
||||
Reference in New Issue
Block a user