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