Simple Machines Community Forum

SMF Support => Server Performance and Configuration => Topic started by: Senkusha on October 14, 2022, 10:04:12 AM

Title: GoDaddy/Email help needed
Post by: Senkusha on October 14, 2022, 10:04:12 AM
I'm using GoDaddy as my hosting provider, as I don't have the resources to dedicate to running my own server right now.  I've finally got email working...kind of, but I've got the following issues.  In the following screen shot, (from Gmail) you'll notice two things that stick out as potential SPAMMER flags.  First is the little STOP SIGN icon with the question mark in it.  The second is the ... VIA P3P...blah attached to the end of my email address in the FROM section.  A third problem is that Gmail seems to think that my emails are Promotions.  I have attached the following screenshots for configuration assistance, as I'm sure I have something misconfigured somewhere.

Thank you!

GmailSpam.png 

smf_email_settings.png
Title: Re: GoDaddy/Email help needed
Post by: Kindred on October 14, 2022, 11:45:54 AM
if those are your settings, then you are not using gmail...     you have it set to use phpmail (which is done from your server)  To use gmail. you have to configure it using smtp.
Title: Re: GoDaddy/Email help needed
Post by: Steve on October 14, 2022, 02:00:53 PM
The first wrong thing you said was the word GoDaddy but with the number of posts you have I'm sure you've read all that before.
Title: Re: GoDaddy/Email help needed
Post by: Aleksi "Lex" Kilpinen on October 14, 2022, 02:35:46 PM
On a proper host, with some proper configuration, it's completely possible to use either PHP or SMTP to get a green light from Gmail. But the keywords are proper and proper, and this might mean Not-GoDaddy and some digging in to PHP configuration and DNS settings.
Title: Re: GoDaddy/Email help needed
Post by: Senkusha on October 14, 2022, 06:28:02 PM
Quote from: Kindred on October 14, 2022, 11:45:54 AMif those are your settings, then you are not using gmail...    you have it set to use phpmail (which is done from your server)  To use gmail. you have to configure it using smtp.
I am only using Gmail as how a member could possibly receive my emails.
Title: Re: GoDaddy/Email help needed
Post by: Oldiesmann on October 29, 2022, 09:28:33 PM
You are using a gmail address as the sender address but the "via ..." part means it's being sent through your host's server using PHP rather than directly through gmail. If you want to send it through GMail instead then set up an app password (see https://support.google.com/accounts/answer/185833?hl=en for more) and use the following settings in SMF:

Mail type: SMTP
SMTP server: ssl://smtp.gmail.com
SMTP port: 465
SMTP password: The app password you created