<p>Our business email is hosted on Google apps. In addition, our web server may also send email. Currently our SPF record in DNS looks like this:</p>
<pre><code class="lang-auto">domain.com. IN TXT "v=spf1 a include:_spf.google.com -all"
</code></pre>
<p>This is all fine, however now we’ve outsourced our email list management to another company and we need to include a second domain with <code>include</code>. So, I’m looking for something like:</p>
<pre><code class="lang-auto">domain.com. IN TXT "v=spf1 a include:_spf.google.com include:otherdomain.com -all"
</code></pre>
<p>What is the correct syntax for this?<br>
Many thanks!</p>
<hr>
<p><em>Source : <a href="https://www.spf-record.com/syntax" rel="noopener nofollow ugc"></a></em></p>