MCP tool · Email
get_email_settings
Get the IMAP / POP3 / SMTP settings for a mailbox, ready to paste into a mail client.
get_email_settings
Read-onlyIdempotent
Description
Get the IMAP / POP3 / SMTP settings for a mailbox, ready to paste into a mail client. Returns the username (the full address), the server host (always mail.inleed.com — never mail.<domain> and never a server name), and recommended {incoming: IMAP 993 ssl/tls, outgoing: SMTP 587 starttls} plus the imap/pop3/smtp blocks. It never returns the mailbox password — to reset that use set_mailbox_password. This is client-connection info, not deliverability: for "mail going to spam" use check_email_deliverability, and for a single mailbox's quota use list_mailboxes.
Input
| Name | Type | Description |
|---|---|---|
address
required
|
string |
The full mailbox address to get settings for, e.g. [email protected].
|