Vladan Zivanovic
Vladan Zivanovic

Reputation: 61

SPF SoftFail - Email marked as spam

as title say I have problem with email. I was search over internet but I can not find answer to my problem. I have two servers. First is main server and it is register as nameserver, and all my domains are connected with it. For one site my dns point on second server, so on my second are website files.

enter image description here

When I send email from this site, all emails are marked as spam.

I looked gmail description for that email and here what I got

enter image description here

In first image on bottom there is spf record that point on second server. I have no cloe what is problem. I'm not an expert for this kind of administration.

Can somebody help to solve this problem.

P.S. Other websites that are hosted on first server works fine, email goes into inbox. So, the problem is connection between this two servers, but I don't no where.

Upvotes: 0

Views: 2351

Answers (1)

ceejayoz
ceejayoz

Reputation: 179994

You're sending with a From of @gmail.com.

Your SPF record doesn't matter, Gmail.com's does. It doesn't list your server as a valid sender.

Pick a different From address, or go through Google's SMTP to send mail.

Upvotes: 1

Related Questions