I will be gone all day today. If anyone has patches in the form of complete files pasted to pastebin/hastebin, I would love to take a look tonight and get this all sorted out. I obviously have to setup the mail settings and get this worked out. All my apps are intranet, so I never use it.
I don't see a version number anywhere (didn't look thoroughly, though). I assume mine's 4.1.6 since I downloaded this morning from userspice.org. I, too, have email problems. Won't send a test message. The debug info says it can't connect to my SMTP host. I've checked settings several times, and they appear correct. Any suggestions?
Thanks.
You can find the version number in the admin panel. The top of the page has the version number in an h1 font. Otherwise, you can look in /users/includes/user_spice_ver.php
If you have anything other than 4.1.7, absolutely update to 4.1.7 since I fixed every known mail issue in that update.
So who are you using as your email provider?
Don't know if this is significant, but the telnet session AUTH LOGIN required Base64 encoding.
What happens if you change the encryption type to ssl and use port 465?
From the looks of it, the settings should be
SMTP Server:
smtp.1and1.com
SMTP Port:
465
Email Login/Username:
youraddress@yourdomain.com
Email Password:
••••••••
From Name (For Sent Emails):
Your Name
From Email (For Sent Emails):
youraddress@yourdomain.com
Gmail also works fairly well if you do
smtp.gmail.com
587
and full email address. The other benefit is that if you get flagged as a spammer for some reason, you can change it and it doesn't get your domain blacklisted.