New SMTP password

This commit is contained in:
Manos Katsomallos 2018-08-28 12:51:05 +03:00
parent fff39f9860
commit a7cbe8e0cf

2
inc/sendEmail.php Executable file → Normal file
View File

@ -43,7 +43,7 @@ if($_POST) {
$mail->Host = 'smtp.zoho.com;'; // Specify main and backup SMTP servers $mail->Host = 'smtp.zoho.com;'; // Specify main and backup SMTP servers
$mail->SMTPAuth = true; // Enable SMTP authentication $mail->SMTPAuth = true; // Enable SMTP authentication
$mail->Username = 'contact@delkappa.com'; // SMTP username $mail->Username = 'contact@delkappa.com'; // SMTP username
$mail->Password = '%em33447'; // SMTP password $mail->Password = '2MR4J&R674b1'; // SMTP password
$mail->SMTPSecure = 'ssl'; // Enable TLS encryption, `ssl` also accepted $mail->SMTPSecure = 'ssl'; // Enable TLS encryption, `ssl` also accepted
$mail->Port = 465; // TCP port to connect to $mail->Port = 465; // TCP port to connect to