jonmbake / bootstrap3-contact-form

Bootstrap 3 Contact Form with Captcha
MIT License
169 stars 84 forks source link

1and1 hosting - problems with smtp auth. #24

Open Chaberrr opened 8 years ago

Chaberrr commented 8 years ago

I had some SMTP auth error problem at 1and1 hosting.

Finally I've found the solution here: https://webolio.wordpress.com/2008/03/02/phpmailer-and-smtp-on-1and1-shared-hosting/

"After googling for a solution and trying different smtp servers, accounts and smtp ports, I decided to switch to sendmail and it worked like a charm! All I needed to do was replace $mail->isSmtp() with: $mail->isSendMail()"