Hello,
I don't manage to make the contact form work properly. Since nothing happend when we clicked on the "submit button", I added the SMTP authentification on the sendemail.php file (as written on the documentation). I guess i did wrong since I got this error message:
Email could not be sent due to some Unexpected Error. Please Try Again later.
Reason:
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
I don't have a mail adress with the domain mail of the website i'm developping. So what do you exactly mean by
$mail->Host = "mail.yourdomain.com"; >mail.7eetage.fr?
$mail->Username = "yourname@yourdomain.com" > my yahoo address?
$mail->Password = "yourpassword";> my yahoo password?
Here is the website I'm talking about: http://7eetage.fr/
Many thanks in advance for your help!
