https://shipreadyai.dev/learn/findings/o10-shared-domain

> Discover all available pages from the documentation index at https://shipreadyai.dev/llms.txt

# Mail records were not checked for this address

The app is on a shared hosting domain ({domain}), so its mail records belong to the platform and not to you.

## Why AI-built apps get this

Mail records live in DNS, not in your code, so no coding agent touches them. The result is a password reset that lands in spam and a domain anybody can send mail as. It is one of the few serious items on a result that is fixed entirely outside the app.

## Evidence line

no TXT record beginning v=spf1 found for example.com

## The fix

Check SPF and DMARC on your own domain once you connect one.

## Prompt

Connect a custom domain and then set up SPF and DMARC records on it.
