XF 2.3 just upgraded to latest version now email does not work

I don't get any results after clicking test. Page just reloads with no details of success or not.
Your mail settings aren't set up then (I wish it would error if that's the case, but if they're not set up correctly, it'll indefinitely loop a test send).

Setup > Options > Email options > Email transport method

From here, you can test different settings to see which works. Then, testing an outbound email should work.
 
So, here is what I discovered.

I thought i would generate a new api keys on twillio, then apply it to xf email settings. So, I did and still did not work.

I changed to a php mail option which I di not have on server, saved it, then changed back to smtp with new api key that is tried before. Now it works.

Seems like just updating creds wasn't enough. Had to remove, use something else then back .


By the way, I can't get server logs in xf anymore like I use to.
 
Oh. I can go to /var/log/ and view the actual log files. But in the past, when I logged onto admin console in xenforo, I could see messages like, there are x number of error ....

Those are no longer showing up in the app. Sometimes, I don't have ssh and seeing the messages in xf was nice.
 
Oh. I can go to /var/log/ and view the actual log files. But in the past, when I logged onto admin console in xenforo, I could see messages like, there are x number of error ....

Those are no longer showing up in the app. Sometimes, I don't have ssh and seeing the messages in xf was nice.
Did you have an addon pulling those logs? I don't think XF, by default would pull logs from /var/log... it wouldn't have access outside of it's assigned domain unless by through an addon or other means. But, I don't know how you've got your system setup, so I'm just speaking from a default standard.
 
Back
Top Bottom