For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sending Domain

By default, all emails are sent from the app's domain. This means your recipients will see mailer@giftcardfactory.app as the "From" address.

To improve email deliverability and build trust with your customers, you can configure your own store domain as the sending domain.

There are two ways to do this:

  1. Use a supported email delivery service Send emails through a third-party service like Postmark or SendGrid.

  2. Verify ownership of your store domain Add DNS records to your domain to validate ownership and authorize it for sending emails.

To update your sending domain, go to Settings → App Emails Sending:

You'll see three options:

  • Default — emails are sent from mailer@giftcardfactory.app. No setup required.

  • API Keys — send via SendGrid or Postmark using your own account and API key.

  • DNS Validation — send from your own domain after validating ownership via DNS records. Verification runs automatically once the records are added, and you can get an email when it completes.

Supported delivery services

To configure sending via a supported delivery service, you will need to add your API key in the app settings. Detailed instructions are available here:

Domain ownership validation

To validate ownership of your domain via DNS records, follow our instructions here.

Last updated