My forum isn't open yet, as I'm still setting up nodes, permissions, emails etc. I've run into a problem where the user's registration confirmation emails seem to be going to trash or spam on most email clients. Is there a way to combat this?
Thanks. Will be looking into that to get rid of the junk routing I get no matter what source address I use. Have tried my personal gmail address as a source and the one I paid for w the same url as my forum. The first produces a big ugly security warning at the top of the email. The second goes right to the junk folder. I used my wife's address and signed her up as a test member. I have to get this fixed before I start telling people about my new forum.I take the liberty of pulling up the post because I've been struggling with this problem for two days and I've found a solution.
It's probably logical for most of you but since I don't know anything about SMTP servers, it took me a long time to understand.
So, many domain registrars allow you to create an email with your domain an provide a SMTP server access. So just use the SMTP of your registrar
Maybe that can help.
For the "security warning at the top of the email", I think using your registrar SMTP with SSL (in general port 465), username and password should be good.Thanks. Will be looking into that to get rid of the junk routing I get no matter what source address I use. Have tried my personal gmail address as a source and the one I paid for w the same url as my forum. The first produces a big ugly security warning at the top of the email. The second goes right to the junk folder. I used my wife's address and signed her up as a test member. I have to get this fixed before I start telling people about my new forum.
Register? Got some specifics? Perhaps you're referring to what @AndyB was talking about above?...I would like to add that it is not sufficient to use an address associated with your forum URL, you have to "register" this email.
No, I just speaking about you have to go on your registrar panel an click something like "Create an email address"Register? Got some specifics? Perhaps you're referring to what @AndyB was talking about above?
@AndyB, I've used your Google link to start troubleshooting my new member emails because the link in the email back to my forum warns of a suspicious site with the following message:To ensure emails are sent to your members, you will want to notify the most popular email providers using their bulk email notification. This will whitelist your forum domain to ensure emails go to your members.
AOL
https://postmaster.aol.com/trouble-ticket
https://support.google.com/mail/contact/bulk_send
Microsoft (hotmail and msn.com)
https://support.microsoft.com/en-us...fsmsbl3&locale=en-us&ccsid=636361241664007719
Yahoo
http://help.yahoo.com/l/us/yahoo/mail/postmaster/bulkv2.html

Name: default._domainkey.{your domain}.
DKIM: v=DKIM1; k=rsa; p={code specific to your domain};
Name: {your domain}.
SPF: v=spf1 +a +mx +ip4:({server IP}) +ip4:{your IP} +ip4:{your IP} ~all
Name: {server IP in reverse order}.in-addr.arpa.
Reverse DNS (PTR): {server name}.
I'm not seeing "Email Deliverability" in cPanel:If you have cPanel, go to Email Deliverability for your site and set up DKIM, SPF, and Reverse DNS (PTR) there. cPanel will validate the records for you.
Normally, if you turn on DKIM, SPF, and Reverse DNS, it will populate them for your server.
But they generally don't look like what you have above. More like this:
Code:Name: default._domainkey.{your domain}. DKIM: v=DKIM1; k=rsa; p={code specific to your domain}; Name: {your domain}. SPF: v=spf1 +a +mx +ip4:({server IP}) +ip4:{your IP} +ip4:{your IP} ~all Name: {server IP in reverse order}.in-addr.arpa. Reverse DNS (PTR): {server name}.


Called GoDaddy and got some very good help. He undid the change I had made to my DNS record, then I tried clearing my browser cache to fix the warning from my old test email - that didn't work and I didn't want to clear all my logins and passwords from google, so the support guy became a member of my forum and he did not get the same warning. I believe that part is fixed, er ready to go, although I cannot say what the original problem was. Onward! @djbaxter, thanks.You may have an older version of cPanel or your host may have disabled that option.
Submit a ticket to your host and ask them to check that DKIM, SPF, and Reverse DNS (PTR) are properly configured.
We use essential cookies to make this site work, and optional cookies to enhance your experience.