Power NextAuth email flows with Dependal so your magic links and account emails benefit from clearer logs, verified sending domains, and safer sending guardrails.
Setup mode: SMTP or custom email provider implementation
Keep auth and product email flows simple, while gaining message logs, suppression hygiene, and production guardrails.
Verify your domain and choose whether to connect via SMTP or API-backed custom email provider code.
Use your Dependal SMTP details or implement your custom send routine against the Dependal API.
Make sure sign-in links, expiry handling, and sender identity all behave correctly.
Use Dependal logs to inspect sends and quickly answer why an email did or didn’t arrive.
This is starter copy for your integration page. Adjust field names or hostnames if your final product docs differ.
NEXTAUTH_EMAIL_SERVER_HOST=smtp.dependal.com
NEXTAUTH_EMAIL_SERVER_PORT=587
NEXTAUTH_EMAIL_SERVER_USER=apikey
NEXTAUTH_EMAIL_SERVER_PASSWORD=YOUR_DEPENDAL_API_KEY
NEXTAUTH_EMAIL_FROM=Your App
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