Port 465, implicit TLS
Use smtp.noticeapi.com on port 465 with implicit TLS. Do not configure STARTTLS or port 587 for this relay.
Keep the mailer. Change the relay. Point the framework, CMS, plugin, or legacy app you already run at smtp.noticeapi.com:465 over implicit TLS with an ntc_ key, and its logs, suppressions, quotas, and delivery events land in NoticeAPI.
Open the framework, CMS, plugin, or app configuration that already sends transactional mail.
Use smtp.noticeapi.com, port 465, implicit TLS, any username, and an ntc_ API key as the password.
Verify the sending domain so production mail leaves with your own SPF and DKIM.
Use broadcasts or automations when audience state, unsubscribe handling, and List-Unsubscribe headers matter.
SMTP carries a single message from code you already have. Reach for REST or broadcasts when you need payload control or an audience.
Use smtp.noticeapi.com:465 when a framework, CMS, plugin, or legacy app already exposes SMTP fields.
RESTUse the send API when you need attachment payloads, exact JSON control, or repeat-safe idempotency keys.
BroadcastsUse broadcasts or automations when audience membership, unsubscribe state, and one-click headers matter.
Use smtp.noticeapi.com on port 465 with implicit TLS. Do not configure STARTTLS or port 587 for this relay.
The username is ignored; put an ntc_ API key in the password field and rotate it like any account key.
The From domain must be verified, and quota, account-health, and suppression checks still run before handoff.
Each relayed message gets a NoticeAPI record, delivery timeline, and webhook-visible delivery outcomes.
Every relayed message flows through the same sender checks, suppressions, quotas, delivery events, logs, and deliverability autopilot that REST sends do.
Attachments go through the REST send API, not the SMTP relay. Send those messages with a POST to /api/v1/email/send.
SMTP relays one message at a time. For marketing sends, use the broadcasts API so audience state, unsubscribe links, and one-click List-Unsubscribe are handled for you.
Yes. Relayed messages become normal NoticeAPI sends, with the same logs and delivery timelines as REST.
Simulator outcomes are free. Move to a verified domain when the path is ready.