


$mail->Password = ‘mypassword’ // SMTP password $mail->SMTPAuth = true // Enable SMTP authentication $mail->Host = ‘’ // Specify main and backup server $mail->IsSMTP() // Set mailer to use SMTP Step 2 (Optional) – If you don’t receive the email, try to configure the parameters below: So, I made the changes in the contact-form.php and introduce debug = 2 and changed the following block: The setting should be something like this:įield FROM: should be identical with the address (. So, we recommend to contact your programmer to use SMTP authentication with user and password with a email address on that domain. “You should check and verify the sending of messages is using SMTP authentication. I followed your advice and talked with the hosting company and they upgraded the php to 5.6.
