send real email
This commit is contained in:
@@ -64,8 +64,8 @@ if (empty($_POST['uk_id'])) {
|
||||
|
||||
//Recipients
|
||||
$mail->setFrom($emailTemplate->get_et_from_email(), $emailTemplate->get_et_from_name());
|
||||
// $mail->addAddress($toNotify->get_uk_parent_1()->get_up_email(), $toNotify->get_uk_parent_1()->get_up_name());
|
||||
$mail->addAddress('tricsusz@gmail.com', 'Tóth Richárd'); // TEST
|
||||
$mail->addAddress($toNotify->get_uk_parent_1()->get_up_email(), $toNotify->get_uk_parent_1()->get_up_name());
|
||||
// $mail->addAddress('tricsusz@gmail.com', 'Tóth Richárd'); // TEST
|
||||
|
||||
|
||||
//Content
|
||||
|
||||
Reference in New Issue
Block a user