mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change recipient of cancelled email
This commit is contained in:
parent
cc22a8b150
commit
1fd6cabd6b
@ -1343,7 +1343,7 @@ class AccountController extends BaseController
|
||||
|
||||
$subject = 'Invoice Ninja - Canceled Account';
|
||||
|
||||
$this->userMailer->sendTo(CONTACT_EMAIL, $email, $name, $subject, 'contact', $data);
|
||||
$this->userMailer->sendTo(env('CONTACT_EMAIL', CONTACT_EMAIL), $email, $name, $subject, 'contact', $data);
|
||||
}
|
||||
|
||||
$user = Auth::user();
|
||||
|
Loading…
x
Reference in New Issue
Block a user