How emails are sent
When your store sends an email (e.g. an order confirmation), the From address depends on your store’s email configuration:- If your store has a custom business email set (e.g.
orders@yourbusiness.com), emails are sent from that address. - If your store email uses a consumer email provider (Gmail, Outlook, Yahoo, etc.), storekit automatically sends from
no-reply@storekit.cominstead, with your address set as the Reply-To. This ensures reliable delivery — consumer email providers block third-party services from sending on their behalf.
Email authentication
storekit uses industry-standard email authentication to maximise deliverability:| Standard | What it does |
|---|---|
| SPF (Sender Policy Framework) | Authorises SendGrid’s servers to send email on behalf of the sending domain |
| DKIM (DomainKeys Identified Mail) | Adds a cryptographic signature to each email, proving it hasn’t been tampered with |
If you use DMARC on your domain
DMARC (Domain-based Message Authentication, Reporting & Conformance) is a security policy that domain owners can publish to control how unauthenticated emails from their domain are handled. If your business domain has a DMARC policy (especiallyp=quarantine or p=reject), emails sent by storekit using your domain as the From address may be rejected or sent to spam by recipient mail servers. This happens because storekit’s SendGrid servers are not listed in your domain’s SPF record, and DKIM is signed by SendGrid rather than your domain.
What you can do
Option 1: Contact storekit support
Option 1: Contact storekit support
Our support team can help assess your setup and discuss options. Get in touch.
Option 2: Use a subdomain for store emails
Option 2: Use a subdomain for store emails
Instead of sending from
orders@yourbusiness.com, set your store email to a subdomain like orders@store.yourbusiness.com. You can then configure the subdomain’s DNS without affecting your main domain’s DMARC policy.Option 3: Use the default storekit sender
Option 3: Use the default storekit sender
If you remove your custom email from your store settings, storekit will send emails from
no-reply@storekit.com with your address as the Reply-To. This avoids DMARC conflicts entirely while still allowing customers to reply to you.Common deliverability issues
Emails going to spam
Emails going to spam
This can happen if:
- Your domain has a strict DMARC policy (see above)
- The recipient’s email provider has aggressive spam filtering
- The customer accidentally marked a previous email as spam
Emails not arriving at all
Emails not arriving at all
Possible causes:
- The customer entered an incorrect email address at checkout
- The recipient’s mailbox is full
- Your domain’s DMARC policy is set to
p=reject
Emails showing a different sender name
Emails showing a different sender name
If your store email is a consumer address (e.g. Gmail), storekit sends from
no-reply@storekit.com to ensure delivery. Your address is still set as the Reply-To so customers can respond to you directly.Fix: Set a custom business email in your store settings.