Your Knowledge Base is moving on 3/25/24! Our new Help Center provides all the articles you know and love (plus so much more) in a one-stop shop. Ask your SPoC for details!

Avoiding Spam Filters

 

Use SendGrid

We highly recommend SendGrid as an email solution. The solution is flexible, provides valuable feedback, and can be upgraded to use a dedicated IP or domain authentication.

Configure A Proxy Email

Some email services may reject emails where the sender's domain doesn't match the organization's domain (for example, a volunteer with a gmail address uses the Send Group Email option). So, we recommend that a SPoC set up the proxy email feature. This sets standard From email addresses but still allows all replies to go to the original sender's email address.

There are two places this should be configured if your SMTP provider requires outgoing email to be from your domain.  For each of the two following applications, you will set two values:

  • Email Domain — This should be the bare domain(s) that emails are coming from. For example, if your church's email addresses look like name@church.domain, then your Email Domain would be "church.domain". You can add as many email domains as needed, with each one on a separate line in this field. Note: This should be the email domain(s) you have configured in SendGrid.
  • Email Proxy From Address — This is the email address from your domain to use when senders have emails in a different domain.

Platform — Edit the Domain record in the platform updating the Email Domain and Email Proxy From Address fields. Changes take place immediately and handles any new Messages created in the platform at the time they are sent.

Portal — Edit the Configuration Settings in the platform (Administration > Configuration Settings) and update the PORTAL,EmailDomain and PORTAL,EmailProxyFrom settings. You must use the Portal Admin page for the Configuration Settings to take effect immediately in the Portal.

What the Proxy Email Does

When email is created and the From email address is not in the specified domains, the email is sent from the proxy email address instead. The original email address is moved to the Reply To. This means outgoing email will come from your domain rather than a third-party domain.

Watch What You Send

There are some rules of thumb for avoiding the SPAM Bucket:

  • Never send a message with only images and no text.
  • When sending HTML emails, always include a text version. (Some of the Email Service Providers do this for you.)
  • Avoid SPAM words in the Subject line (Free, Prize, Sign Up, etc.).
  • Always make it clear how to unsubscribe or stop receiving these emails. Use templates or snippets to include this easily.
  • Always include the street address in the footer of the email to maintain your legitimacy. Use templates or snippets to include this easily.

Implement Email Security

There are some things that just have to be set up and secured. Email security is one of them. There are several technologies that can help ensure the security of your email, domain, and sending infrastructure.

  • DKIM – DomainKeys Identified Mail
  • Sender Policy Framework – You generate a special key and update the DNS for the affected domain with information that identifies authorized sources of email.
    • http://www.spfwizard.net – Tool that generates SPF records that is easy to use.
    • http://mxtoolbox.com/spf.aspx – Tool that can lookup your domain DNS info and report SPF information. This tool also conducts a number of tests against your SPF information and report any found issues.
  • Make sure the following email addresses exist in your domain. They can all point to the same mailbox, but some ISPs and SPAM tools test against these.

    • abuse@domain.com
    • postmaster@domain.com
    • webmaster@domain.com
    • hostmaster@domain.com