remove test mail address
This commit is contained in:
parent
b8315263ec
commit
dca1b7ff4c
@ -66,8 +66,7 @@ $mail = new PHPMailer(true);
|
|||||||
|
|
||||||
//Recipients
|
//Recipients
|
||||||
$mail->setFrom($myEmail);
|
$mail->setFrom($myEmail);
|
||||||
//$mail->addAddress($myEmail);
|
$mail->addAddress($myEmail);
|
||||||
$mail->addAddress('anthony@6clones.fr');
|
|
||||||
$mail->addReplyTo($emailAddress, $name);
|
$mail->addReplyTo($emailAddress, $name);
|
||||||
|
|
||||||
// Content
|
// Content
|
||||||
|
Loading…
Reference in New Issue
Block a user