mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 01:34:53 +02:00
send welcome email bug
fixed welcome email sending bug
This commit is contained in:
parent
7f35e7fb68
commit
0295ab44e5
2 changed files with 3 additions and 3 deletions
|
@ -523,7 +523,7 @@ switch ($action) {
|
|||
'args' => [$d['phonenumber'], $welcomeMessage]
|
||||
],
|
||||
'email' => [
|
||||
'enabled' => isset($_POST['email']),
|
||||
'enabled' => isset($_POST['mail']),
|
||||
'method' => 'Message::sendEmail',
|
||||
'args' => [$d['email'], $emailSubject, $welcomeMessage, $d['email']]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue