Get started
Set up your sending workspace
Complete every step below before you can send. This keeps the shared sending reputation safe for everyone.
Setup checklist
Checking your setup…
Transactional send
A minimal request to /api/send/transactional.
curl -X POST https://thexitgroup.com/api/send/transactional \
-H "Content-Type: application/json" \
-H "X-API-Key: femail_..." \
-d '{
"fromEmail": "support@example.com",
"to": "customer@example.com",
"subject": "Welcome",
"html": "<p>Thanks for signing up.</p>",
"text": "Thanks for signing up."
}'Good to know
- SES sandbox · Until production access is granted, you can only send to addresses SES has already verified.
- Reputation · We track your bounce and complaint rates and automatically pause sending if they get too high.
- Suppression · Bounces and complaints are added to the local suppression list automatically.
- Campaigns · Templates must include an unsubscribe URL token; Femail injects List-Unsubscribe headers.