Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 25, 20159 yr Hi there,I am trying to get this solved from the Client Support but unfortunately they are not giving me any help.Is there anyone having trouble with outgoing email from the forum through SMTP in 4.0.11? I am not able to make it work, it not working. However, configuration is correct.I have tried a small script with phpmailer with the same settings and it works. Furthermore, this was working in 3.4.x.Anyone with issues? How can I solve this?Regards,Ibai
July 25, 20159 yr In my case was with gmail. Invision changed something and i needed to substitute tls:// with ssl://
July 25, 20159 yr Author I already tried SSL with the same result When settings seems correct, it returns A test email could not be sent. Check the settings entered are correct or contact your hosting or SMTP provider for more information. 250 domain.net Hello domain.net [123.123.31.196]
July 26, 20159 yr Author Okay, from support tickets finally understood that something was not working well and told me that it would need further investigation. I will update this topic with the final conclusion
August 22, 20159 yr Author It is supposed to be solved in the last version. Are you still having trouble?
August 23, 20159 yr In my case was with gmail. Invision changed something and i needed to substitute tls:// with ssl://Can you point me in the direction of a setup guide to using Gmail? I am considering swapping from php mail to my Google Apps account instead.
August 24, 20159 yr @NoGi You need also to authenticate your server in Google. Read here on how to do it: http://www.ipserverone.info/google-apps/how-to-solve-gmail-error-password-not-accepted-from-server/
August 24, 20159 yr Before I go and change, what's the benefit of using SMTP over PHP? Is it less likely to cause emails to end up in a spam folder?
August 24, 20159 yr For Gmail, you need to use SMTP or it will go to the Junk Folder, because it can't confirm you are the owner of that email.
August 24, 20159 yr No sorry, my question was more around why would we choose SMTP over php mail? Is it performance related or something else like less chance of outgoing being flagged as spam?
August 24, 20159 yr If you are running SMTP from the same host as the board then using SMTP means that all the usual SMTP tags get appended. Domain keys signing etc which helps mails to not get rejected. When I used phpmail couldn't get it to add those kinds of headers in my hosting setup. Easiest thing is to set it both ways and send yourself a test email and examine the headers. Pick the one that works the best
August 24, 20159 yr You can test that with this site: https://www.mail-tester.com/For example the email of my site have a 9/10 score, which is very good. I only don't have 10/10, because out of 25 blacklist emails, one of them have my email listed as spam.
Archived
This topic is now archived and is closed to further replies.