Skip to main content

FluentSMTP

Provider id: fluent-smtp · 3 tool(s).

fsmtp_get_email_log

Get a single FluentSMTP email-log record by ID, including recipients, subject, body, and delivery status. Raw transport headers/responses are withheld for security.

Profiles: full, smtp

Parameters

ParameterTypeRequiredDescription
idintegeryesEmail log ID.

fsmtp_get_settings

Get FluentSMTP connection configuration (providers, sender emails/names, routing) with all secrets (passwords, API keys, tokens) redacted.

Profiles: full, smtp

Parameters

No parameters.

fsmtp_list_email_logs

List FluentSMTP email-delivery logs (newest first). Filter by status and search; paginate with page/per_page. Email bodies are omitted here — use fsmtp_get_email_log for the full record.

Profiles: full, lean, smtp

Parameters

ParameterTypeRequiredDescription
statusstringnoFilter by status (sent, failed, pending, resent).
searchstringnoSearch the subject line.
per_pageintegernoItems per page (default 20, max 100).
pageintegernoPage number.