We have been using LimeSurvey since the start of the year. I have simple web server running on a linux box here. Nothing has changed other then a possible restart when we lost power. No configuration changes to the server or LimeSurvey, no updates, no anything.
I don't have any email setup on the server so I have been using the PHPMailer. Today I tried to send out invites but got some error messages, with no emails being sent.
Code:
Email to Jus*** W*** (*********@gmail.com) failed. Error message: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting<li>SMTP debug output:</li><pre>2017-05-24 15:15:19 SMTP ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Name or service not known (0) 2017-05-24 15:15:19 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting </pre>
I thought maybe it was my SMTP with gmail, so I changed it to my personal SMTP server I know I can use to send out emails.
I'm getting the same errors using ether SMTP server.
I tried to take a look at the
github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
link, but I'm not sure exactly where I should be looking for settings in the LimeSurvey folders/database.
I'm running LimeSurvey
Version 2.64.2+170324
thank you!
Nate Brooks