Lovable builds the app; Drin sends the mail. Add transactional email, form-to-email and inbound replies to a generated project over one clean REST API — one key, one endpoint, no backend to babysit.
# Drop this into your generated backend / edge function curl https://api.drin.run/v1/emails \ -H "Authorization: Bearer $DRIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "from": "hello@yourapp.com", "to": "user@acme.com", "subject": "Welcome to the app", "html": "<p>Thanks for signing up.</p>" }' # → 202 Accepted { "id": "msg_8fK2q1", "status": "queued" }
Sign up free, add three DNS records, and your domain authenticates itself — so mail from your app lands in the inbox, not spam.
Add DRIN_API_KEY to your project's secrets. Tell Lovable to read it from there — never hard-code a key in generated code.
"On signup, POST to the Drin emails endpoint with the user's address." Paste the cURL as a reference and you're sending.
POST /v1/emailshttps://api.drin.run/v1Welcome emails, receipts, password resets and notifications over one REST call — paste it into the backend your prompt generated.
Point a contact or waitlist form at one endpoint and the submission arrives in your inbox — no server code to write.
Receive and parse replies back into your app, routed by address, so your generated product can act on what users send.
Grab a key, paste one REST call, and your generated app sends real mail. Test in the sandbox; production starts at $3 a month.