# Why cannot I see my test email in the inbox or spam box?

Most of the time, it is because your domain already has an SPF record. Our email was sent using the shared domain of our app, with the from sender is your domain. But if the sender domain (from domain) has a strict SPF like `v=spf1 include:_spf-eu.ionos.com ~all` then our email would be unauthenticated. You can go to [MX toolbox](https://mxtoolbox.com/SuperTool.aspx), use the SPF tool to check your domain's SPF record:

<figure><img src="https://3187547448-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F787e7bihi5DEAqHqyely%2Fuploads%2F72lFzuxaZRNCQroyL3x1%2Fimage.png?alt=media&#x26;token=49597ce8-c748-4ef5-8c78-ba4b408c92a5" alt=""><figcaption></figcaption></figure>

In order to allow our app to send the email on your behalf, please add our domain mailgun.org to your existing SPF record, like: `v=spf1 include:_spf-eu.ionos.com include:mailgun.org ~all`&#x20;

{% hint style="info" %}
Remember to add to your existing SPF record, not adding another. Multiple SPF records will cause you trouble instead.
{% endhint %}
