Hi All,
I have the following situation : I want to send mail that is displayed as from domain X.com but is actually sent from domain Y.com (they are on different IPs)
So an email header would be :
From : X.COM <noreply@Y.com>
Return-Path : <bounce@Y.com>
SPF is working however dkim show as "none".
If I set "from" to
noreply@Y.com then dkim passes.
I tried adding a TXT record under domain Y.com via the DNS manager :
name._domainkey.x.com
To no avail.
Any advice strongly appreciated.
(Both domains are mine, I'm not spoofing emails !!)