Can I see how a message was sent (API or SMTP)?
Postmarkās message activity logs donāt include details about the specific API or SMTP token used to send a message. This means you wonāt be able to tell directly from the Activity page whether a message was sent via the API or SMTP.
If youāre trying to confirm how a message was sent, here are a few ways to check:
API sends: Messages sent via the API will appear in your serverās Activity just like SMTP sends, but you can confirm by reviewing your applicationās code or integration logs to see if it uses Postmarkās Email API.
SMTP sends: If youāve configured an app, website, or device with your SMTP credentials, messages from that system will have been sent via SMTP.
For security reasons, Postmark does not store or display API or SMTP tokens in message logs.
🔍 Recommended next steps
If you need to confirm how a message was sent or troubleshoot delivery issues:
-
Check your application settings:
Look for āSMTPā or āAPIā in your app or pluginās email configuration.
If you see a
Server Token
being used, that indicates API sending.If you see
username
andpassword
credentials (e.g.,Server Token
as the username), that indicates SMTP sending.
-
Review recent API or SMTP activity:
Check your appās logs or error reports to see how messages were transmitted.
If youāre using SMTP, ensure your system is using the correct SMTP server and port from our SMTP setup guide .
-
Still not sure?
If itās urgent or unclear, reach out to our Support team. We can verify with our technical team whether recent connections came through API or SMTP.