modman Posted Thursday at 03:21 PM Posted Thursday at 03:21 PM I moved the site to a new server and since then the emails are not sent, the SMTP connection does not happen. When I enter the support section I get a message that says there are problems with the connection to the outside. Yet in the same environment there is a test php file to send emails that works perfectly, there is something in IP.Board....
Marc Posted Thursday at 03:47 PM Posted Thursday at 03:47 PM The only thing that has changed there is your server. You are getting connection timed out, so the issue there is certainly in connecting with your smtp server. You mention you are using a test file. My assumption is you are not actually testing what we are doing. I would need more info on that. All I can tell you for sure at present is exactly what you see on your screenshot
modman Posted Thursday at 03:59 PM Author Posted Thursday at 03:59 PM Is there anything in particular I can check? I can't figure it out and the emails haven't been sent for two days, I don't understand.
modman Posted Thursday at 04:11 PM Author Posted Thursday at 04:11 PM Now it gives a different error:
modman Posted Thursday at 04:21 PM Author Posted Thursday at 04:21 PM Removing SSL:// from the host and i receive this error:
modman Posted Saturday at 12:20 AM Author Posted Saturday at 12:20 AM The problem seems to be using PHPMailer, a technician today managed to update the code and get a custom PHP page working that he was using as a test to send emails via SMTP, this page had the same problem as IP.Board: Authentication error. According to him there was something wrong with PHPMailer.... Just out of curiosity? Does IP.Board use PHPMailer to send emails via SMTP? Thanks
Jim M Posted Sunday at 02:44 PM Posted Sunday at 02:44 PM On 11/22/2024 at 7:20 PM, modman said: Does IP.Board use PHPMailer to send emails via SMTP? We use our own SMTP code to send.
Recommended Posts