<p>When sending emails from Amazon SES, gmail shows “sent via <a href="http://amazonses.com" rel="noopener nofollow ugc">amazonses.com</a>”. How do I remove this?</p>
<p>According to Google,</p>
<blockquote>
<p>I’m a sender and I don’t want my recipients to see the “via” link. What can I do?</p>
</blockquote>
<p>Gmail checks whether emails are correctly authenticated. If your messages are sent by a bulk mailing vendor or by third-party affiliates, please publish an SPF record2 that includes the IPs of the vendor or affiliates which send your messages and sign your messages with a DKIM3 signature that is associated with your domain.</p>
<p>I have added both SPF and DKIM records. When looking at the original email, it shows both passed.</p>
<blockquote>
<p>Received-SPF: pass<br>
Authentication-Results: <a href="http://mx.google.com" rel="noopener nofollow ugc">mx.google.com</a>; spf=pass …; dkim=pass …</p>
</blockquote>
<p>Any ideas?</p>
<hr>
<p><em>Source : <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html" rel="noopener nofollow ugc">Server Fault</a></em></p>