Route Firebase Auth email through Dependal for stronger operational visibility, verified sending domains, and transactional-email-first controls.
Setup mode: Custom email action handling or SMTP-compatible relay approach
Keep auth and product email flows simple, while gaining message logs, suppression hygiene, and production guardrails.
Verify your sending domain and create the credentials or API access needed for your implementation.
Use your preferred Firebase Auth email action setup and wire delivery through Dependal.
Keep your branding consistent with a verified From domain and tested templates.
Test verification, password reset, and email action flows before production rollout.
This is starter copy for your integration page. Adjust field names or hostnames if your final product docs differ.
Example sender:
Your Product
Dependal endpoint:
POST https://api.dependal.com/v1/send
Headers:
content-type: application/json
x-api-key: dp-xxxxxxxx
Payload:
{
"to": "user@example.com",
"from": "Your Product ",
"subject": "Verify your email",
"html": "Complete your sign in...
"
}
Track transactional email with clearer logs, enforced suppressions for hard bounces and complaints, and safer limits for production sending.
Create your account, verify a sending domain, and connect your app using API or SMTP.
Get Started