### Google Workspace SPF Record Setup Source: https://help.doublehq.com/en/articles/8112911-how-to-set-up-spf-dkim-and-dmarc-for-your-domain Add or update a TXT record in your DNS to configure SPF for Google Workspace. The '@' symbol represents your entire domain. Some providers may require a blank value instead of '@'. ```dns Host: @ Value: v=spf1 include:_spf.google.com ~all ``` -------------------------------- ### Google Workspace DMARC Record Setup Source: https://help.doublehq.com/en/articles/8112911-how-to-set-up-spf-dkim-and-dmarc-for-your-domain Add or update a TXT record for DMARC in your DNS after setting up SPF and DKIM. Replace 'dmarc-reports@yourdomainhere.com' with your actual email address for receiving reports. Ensure this email address is deliverable. ```dns Host: _dmarc Value: v=DMARC1; p=none; rua=mailto:dmarc-reports@yourdomainhere.com ``` -------------------------------- ### Authorize Client Application in Sage Intacct Source: https://help.doublehq.com/en/articles/9990474-sage-intacct-integration-beta In Sage Intacct, under Company → Setup → Company → [Edit] → Security, navigate to Authorized Client Applications and add the Client ID and Web Services User ID. ```text 456617490cec3b8f0d5f.app.sage.com ``` -------------------------------- ### Microsoft 365 SPF Record Setup Source: https://help.doublehq.com/en/articles/8112911-how-to-set-up-spf-dkim-and-dmarc-for-your-domain Add or update a TXT record in your DNS to configure SPF for Microsoft 365. The '@' symbol represents your entire domain. Some providers may require a blank value instead of '@'. ```dns Host: @ Value: v=spf1 include:spf.protection.outlook.com ~all ```