Mailbot Dashboard · NexusCore

Send-only readiness.

Operational view untuk Mailbot ID sebagai wrapper Mailtarget: API status, dry-run stage, auth, limits, sender policy, dan Mailtarget-backed delivery runtime. Tidak ada secret, token, raw key, atau data personal.

Loading status send-only no live send

Runtime snapshot

API status
Read from safe readiness endpoint.
Checking
Mode
Production must remain dry_run until approval.
dry_run
Current stage
Derived from public-safe booleans.
Unknown
Live-send blocker
Blocks any real email path from this view.
Active

Readiness checklist

Operational next actions

1
Keep production dry_run
Do not switch to deliver and do not deploy from this task.
done
2
Re-check Mailtarget-backed runtime
The public dashboard shows only compact live-readiness status.
next
3
First live-send test
Blocked until runtime is complete and Yopie approves a controlled test.
blocked

API endpoints

4 endpoints · HTTP live
POST
/api/waitlist
Capture landing-page waitlist email.
No auth
POST
/v1/send
Validate, queue, or deliver one transactional email.
Bearer key
GET
/v1/status
Non-secret send-runtime readiness status.
Optional Bearer
POST
/v1/test-email
Send the standard test email via the guarded send path.
Bearer key

SMTP submission is planned. All other methods on these routes return 405.

Send a test email

guarded path

Calls POST /v1/test-email with your Bearer key. The result reflects the live mode: in dry_run it only validates — no email leaves. Real delivery stays guarded by auth, mode, sender policy, and the recipient allowlist. Your key is used only for this request and never stored.

Sent as Authorization: Bearer …. Stays in this browser tab.
Must satisfy the recipient allowlist for real delivery.
Appears in the test subject line.
Needs a valid Bearer key.

        

Blocked action and next step

Loading current readiness. Keep MAILBOT_SEND_MODE=dry_run.

Blocked action

live_send

Remaining items

Checking runtime flags.