> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.launchcart.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Adding a SPF record to improve email deliverability

# Improve Deliverability of System Emails

To improve your email deliverability of Launch Cart Ecom System Emails, we recommend that you add a SPF record to your sending domain. This is only for users who are using a custom email address from their own custom domain configured inside your Launch Cart Ecom account at >Settings >General Settings>Support Email field.

A custom sending domain example: joshua@mydomain.com - Where "MyDomain.com" is the custom sending domain.

A NON custom sending domain: Joshua@gmail.com - Gmail is not a custom domain that you own.

---
# Add your SPF record

Sign in to the management console for your domain host and locate the page where you update DNS TXT records for your domain. For help on how to find this page, check the documentation for your domain provider.

Enter these values on the page or form for your domain provider’s TXT records:

| Field name | Value to enter |
| --- | --- |
| Type | TXT |
| Host | @  | 
| Value | v=spf1 include:mailgun.org ~all |
| TTL | 1 hour or 3600 seconds |