Forum Replies Created
- AuthorPosts
demyord
ParticipantThank you for your reply Ally,
Yes, I had already tried Gmail allow on account setting. Still, I tried it with your link as well. As I said before, 2 weeks ago when our website was on Windows server we were able to send to Gmail…
And the troubleshooting. I downloaded it again and I tried it again. I tried it with our gmail account and the errors shown after my last try is below:
2016-11-23 20:30:28 SMTP ERROR: Failed to connect to server: (0)
2016-11-23 20:30:28 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingFatal error: Uncaught exception ‘phpmailerException’ with message ‘SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting’ in /home/MY-WEB-SITE/public_html/quform/lib/class.phpmailer.php:1487
Stack trace:
#0 /home/MY-WEB-SITE/public_html/quform/lib/class.phpmailer.php(1323): PHPMailer->smtpSend(‘Date: Wed, 23 N…’, ‘This is a test …’)
#1 /home/MY-WEB-SITE/public_html/quform/lib/class.phpmailer.php(1203): PHPMailer->postSend()
#2 /home/MY-WEB-SITE/public_html/quform/smtp-check.php(59): PHPMailer->send()
#3 {main}
thrown in /home/MY-WEB-SITE/public_html/quform/lib/class.phpmailer.php on line 1487Best Regards
demyord
ParticipantHello again,
I keep receiving the following errors no matter whatever I try. Also I cannot send to Gmail as well.
Fatal error: Uncaught exception ‘phpmailerException’ with message ‘SMTP Error: Could not authenticate.’ in /home/MY-WEB-SITE/public_html/quform/lib/class.phpmailer.php:1638
Stack trace:
#0 /home/MY-WEB-SITE/public_html/quform/lib/class.phpmailer.php(1486): PHPMailer->smtpConnect(Array)
#1 /home/MY-WEB-SITE/public_html/quform/lib/class.phpmailer.php(1323): PHPMailer->smtpSend(‘Date: Tue, 22 N…’, ‘This is a multi…’)
#2 /home/MY-WEB-SITE/public_html/quform/lib/class.phpmailer.php(1203): PHPMailer->postSend()
#3 /home/MY-WEB-SITE/public_html/quform/process.php(378): PHPMailer->send()
#4 /home/MY-WEB-SITE/public_html/quform/process.php(431): process(Object(Quform), Array)
#5 {main}
thrown in /home/MY-WEB-SITE/public_html/quform/lib/class.phpmailer.php on line 1638demyord
ParticipantThank you very much for your answer dear Ally,
I will try it as soon as possible and will let you know about the result.
By the way, as far as I have read on internet, on forums, this solution is not a secure way, am I right? I mean, as the issue is related to SSL certificate of course it is not related to you or your form but what kind of responsibilities does the hosting company have? Should we provide a self SSL cert. for sure?
Plus, what about this issue for the next PHP versions released after 5.6? Do you have any information about it? I mean, is it something temporary or had we better get a certificate?
Kind regards,
demyord
ParticipantHello Felix,
Thank you for your reply. As I wrote in my first post I have had other forms so far. So my SMTP server informations are correct. For example a week ago the website I designed was running on Windows server and we could at least send a message to Gmail but as I coded it with PHP I asked the company to move it into a Linux server and the problem started to occur. Now it doesn’t send email even to Gmail. Still :
$config[‘smtp’] = array(
‘host’ => ‘mail.MY-WEBSITE.com’,
‘port’ => 587, (I tried any options like 465 – 25)
‘username’ => ‘info@MY-WEBSITE.com’,
‘password’ => ‘MY-PASSWORD’,
‘encryption’ => ‘ssl’
);Regards,
- AuthorPosts