Skip to main content
PUT
Controls the From name and email address shown to recipients on every email your project sends — magic links, password resets, member invitations, and campaigns.
How sender resolution works
  1. If sender_email is set and you have a verified sending domain, emails send from sender_name <sender_email> directly.
  2. If sender_email is set but no verified domain, the sender name is applied and sender_email is used as the Reply-To.
  3. If neither is set, emails fall back to Gately <hello@usegately.com>.
Set up a verified sending domain in Dashboard → Campaigns → Sending Domains for full From address control.

GET /settings/email

Retrieve current email sender configuration.

Headers

string
required
Bearer YOUR_API_KEY

Response

string | null
Configured From email address
string | null
Configured From display name
string | null
Configured Reply-To address

PUT /settings/email

Update email sender configuration.

Request Body

string
required
Display name shown in the From field (e.g. "Magana Team")
string
required
Email address for the From field (e.g. "hello@magana.com")
string
Reply-To address. If omitted, defaults to sender_email.