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