Content
What if I don't have a Domain Name Provider?
Instructions for Common DNS Hosting Providers
Email Sender Requirements
Starting February 1, 2024, Google and Yahoo are implementing new requirements for Sender Email Addresses (the "From" email address on your emails sent from Neon CRM). In order to avoid being filtered as spam, the Sender Email Address must have SPF, DKIM, and DMARC authentication.
When you are preparing to send an email through Neon CRM, the system will automatically check if your Sender Email Address is verified. If not, you will see a message indicating that the address does not pass verification:
If this is the case, follow the instructions below to complete verification. If you do not complete verification, after February 1, 2024, Neon CRM will automatically adjust your Sender Email Address to use the @neonemails.com domain in order to meet requirements so that your emails can be delivered to Gmail and Yahoo Mail inboxes.
For example, if you enter the email yourname@organizationname.com and it cannot be verified, Neon CRM will adjust the Sender Email Address to yourname+organizationname@neonemails.com.
Set up SPF
What is an SPF record?
Sender Policy Framework (SPF) is an email authentication method used to indicate to your recipients’ email service provider that Neon CRM is authorized to send emails from your organization’s domain. In combination with security policies set by your recipients’ service providers, SPF protects against email spoofing where an unauthorized email is sent with your organization’s domain as the sender. However, strict SPF policies on recipients’ servers can also result in bounced emails when sending email campaigns from Neon CRM if your organization has not configured an SPF record for your domain.
An SPF record is an entry in your organization’s Domain Name System (DNS) configuration that lists an email server host, such as Neon CRM, as an authorized sender of emails from your organization’s domain.
How do I check if my domain already has an SPF record?
Run your email domain (i.e. the name after the “@” in your email sender name: my-organization.com ) through MXToolbox’s SPF record check.
The results will show either that your domain has a valid SPF record, similar to:
v=spf1 include:_spf.neonemails.com ~all
…or that your domain does not have an SPF record:
No SPF Record found
If your domain SPF record does not include _spf.neonemails.com or if your domain has no SPF record at all, ask the administrator of your organization’s email domain to complete the steps below to configure your domain’s SPF record.
How do I add Neon CRM to my SPF record?
A domain can only have a single SPF record entry, but records can list multiple authorized hosts. Check if your domain has an existing SPF record:
- Run your email domain (i.e. the name after the “@” in your email sender name: my-organization.com ) through MXToolbox’s SPF record check.
- If your domain has an existing SPF record, go to Editing an existing SPF record
- If your domain has no SPF record, go to Adding an SPF record
Editing an existing SPF record
- Go to the DNS settings for your organization’s email domain (Note: DNS settings are not managed by Neon CRM. You will need access to login credentials for your domain name provider. See Instructions for Specific Domain Providers for examples.)
- Locate the TXT record for SPF. The content of these records should begin with v=spf1 and should resemble the record below:
v=spf1 ip4:192.168.0.1/16 include:_spf.google.com ~all
- SPF records allow you to include many email hosts. To add Neon CRM as an authorized host, add include:_spf.neonemails.com after the opening v=spf1 block. The resulting record should resemble:
v=spf1 include:_spf.neonemails.com ip4:192.168.0.1/16 include:_spf.google.com ~all
- Save your SPF record.
Adding an SPF record
- Go to the DNS settings for your organization’s email domain
- Create a new TXT record and include the content below for the record:
v=spf1 include:_spf.neonemails.com ~all
- Save your SPF record.
The steps above may vary for different domain and DNS management providers. We recommend consulting the documentation for your provider for additional guidance.
For alternative instructions and additional information on SPF records, see Ensure mail delivery & prevent spoofing (SPF) for Google Workspace domains.
Set up DKIM
What is DKIM?
DomainKeys Identification Mail (DKIM) is an email authentication method used to prevent spoofing of outgoing messages sent from your organization’s domain. Receiving servers use DKIM to verify that the domain owner actually sent the message.
How do I set up DKIM for emails sent through Neon CRM?
- Go to the DNS settings for your organization’s email domain. (Note: DNS settings are not managed by Neon CRM. You will need access to login credentials for your domain name provider. See Instructions for Specific Domain Providers for examples.)
- Create a new CNAME record with the following information:
- Name: neonone._domainkey
- Value: dkim.neonemails.com
- TTL: 3600
Set up DMARC
What is DMARC?
Domain-based Message Authentication, Reporting & Conformance (DMARC) lets you tell receiving servers what to do with messages from your domain that don’t pass SPF or DKIM. It builds on SPF and DKIM (so both are required before DMARC setup) and completes the email authentication process.
What are the requirements before I can set up DMARC?
Important:
- Configure DomainKeys Identified Mail (DKIM) and Sender Policy Framework (SPF) before configuring DMARC.
- The domain(example.com) used in the steps below is an example only. Replace the example domain with your own domains.
- After you add the TXT record, you can verify the DMARC TXT record name to make sure it's properly configured.
How do I set up DMARC for my emails sent through Neon CRM?
- Go to the DNS settings for your organization’s email domain. (Note: DNS settings are not managed by Neon CRM. You will need access to login credentials for your domain name provider. See Instructions for Specific Domain Providers for examples.)
- Add a DNS TXT record, or modify an existing record, by entering your record into the TXT record for _dmarc:
- TXT record name: In the first field, under the DNS Host name, enter: _dmarc.example.com
Note: Some domain hosts automatically add the domain name after _dmarc.
- TXT record value: In the second field, enter the text for your DMARC record:
v=DMARC1; p=none;
Note: It's recommended that all new DMARC records start with p=none. Other tags of DMARC record are optional, you might add them based on your specific requirements.
- TXT record name: In the first field, under the DNS Host name, enter: _dmarc.example.com
- Save your changes.
What if I don't have a Domain Name Provider?
If you are sending your organization's emails from an @gmail, @yahoo, @outlook, @icloud, or other email provider's email domain, it is not possible to set up SPF, DKIM, or DMARC. Additionally, as of February 1, 2024, Google will no longer allow emails to be sent where the sender is "spoofing" a Gmail address. Although there is no ill intent, using your @gmail.com email address to send emails through Neon CRM does constitute "spoofing" since you are taking Neon Emails and representing them as emails sent from gmail.com. Here are two options to consider if you do not currently have a Domain Name Provider:
1. Consider obtaining a Domain Name for your organization. A Domain Name is useful for email purposes but can also provide the domain for a future website. Google Workspace for Nonprofits is an option for nonprofit organizations to obtain a domain name.
2. If you choose not to set up a domain name, you can still send emails through Neon CRM. However, we will apply the Neon CRM domain (@neonemails.com) to emails as they are sent, in order to pass sender verification and allow your emails to reach your constituents.
Instructions for Common DNS Hosting Providers
Please Note: Neon CRM does not manage your domain name hosting and we are only able to provide limited assistance with this setup process, since we are not familiar with every domain name service on the market. If you do not use one of the providers listed below and are having trouble with SPF, DKIM, or DMARC setup, we recommend contacting your Domain Name Provider's Customer Support team for detailed instructions.
Instructions for Go Daddy
1. Log in to your GoDaddy account.
2. Navigate to the "My Products" section.
3. Under "Domains”, select the domain you will be using for your Neon CRM email addresses.
4. Find and click on the "DNS" tab.
5. Follow the instructions above to apply SPF, DKIM, and DMARC changes to your DNS settings.
6. Save your changes.
Instructions for Namecheap
1. Log in to your Namecheap account.
2. Select "Domain List" from the left sidebar.
3. Find the domain you will be using for your Neon CRM email addresses and click "Manage”.
4. Go to the "Advanced DNS" tab.
5. Follow the instructions above to apply SPF, DKIM, and DMARC changes to your DNS settings.
6. Save your changes.
Instructions for Bluehost
1. Log in to your Bluehost account.
2. Navigate to the "Domains" section.
3. Select ”Zone Editor”.
4. Choose the domain you will be using for your Neon CRM email addresses.
5. Follow the instructions above to apply SPF, DKIM, and DMARC changes to your DNS settings.
6. Save your changes.
FAQ
There are a lot of other requirements listed in the Google and Yahoo guides. What else do I need to do?
Neon CRM's emails already cover many of the new requirements: Ensure that sending domains or IPs have valid forward and reverse DNS records, also referred to as PTR records; Use a TLS connection for transmitting email; Format messages according to the Internet Message Format standard; support one-click unsubscribe, and include a clearly visible unsubscribe link in the message body.
Additionally, the requirement "Keep spam rates reported in Postmaster Tools below 0.10% and avoid ever reaching a spam rate of 0.30% or higher" is met by Neon CRM's email servers, although you can help by following best practices for your emails to avoid being flagged as spam: maintain a double opt-in email list and avoid buying lists, avoid subject lines that typically trigger spam filters, and send quality content to your subscribers.
One new requirement, related to forwarding emails, does not apply to Neon CRM since emails received into Neon CRM (via the email forwarding or BCC addresses) are not able to be forwarded.
The remaining requirements are:
- Set up SPF and DKIM email authentication for your domain.
- Don’t impersonate Gmail From: headers. Gmail will begin using a DMARC quarantine enforcement policy, and impersonating Gmail From: headers might impact your email delivery.
- Set up DMARC email authentication for your sending domain. Your DMARC enforcement policy can be set to none. Learn more
- For direct mail, the domain in the sender's From: header must be aligned with either the SPF domain or the DKIM domain. This is required to pass DMARC alignment.
All of these items are addressed by implementing DPF, DKIM, and DMARC for your domain.
The Google Requirements only apply to sending more than 5,000 messages per day, do they still apply to me?
Yes, these requirements apply to all organizations using Neon CRM because the Neon CRM email domain sends more than 5,000 emails per day. So, we highly recommend completing SPF, DKIM, and DMARC setup before February 1 in order to continue using your preferred Sender Email for emails sent from Neon CRM. If you are using any other services for emails, such as Mailchimp or Constant Contact, you may need to complete similar steps for each service sending emails on your behalf.
Why can’t Neon CRM manage these changes for me?
We wish we could! But Neon CRM does not own or manage your domain name, so we're not able to make these changes for you. You'll need to log in to your domain name provider account (some common domain name providers, as examples, include Go Daddy, Bluehost, and Namecheap) to complete these steps.