VOOZH about

URL: https://apify.com/gytelio1/email-actor

⇱ Email Actor Β· Apify


πŸ‘ Email Actor avatar

Email Actor

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store

Email Actor

Under maintenance

For MCP server

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Gytis Ščipokas

Gytis Ščipokas

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Email Actor (SMTP / IMAP)

An Apify Actor built for MCP server integration. It lets an AI agent send and fetch emails over standard SMTP and IMAP β€” no proprietary API required.

Actions

  • fetch β€” reads emails from a mailbox via IMAP
  • send β€” sends an email via SMTP

Environment variables

VariableUsed by
IMAP_HOST, IMAP_PORT, IMAP_USER, IMAP_PASSWORDfetch
SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASSWORDsend

Default ports: IMAP 993 (TLS), SMTP 465 (TLS).

Input

Fetch

{
"action":"fetch",
"mailbox":"INBOX",
"filter":"unseen",
"limit":10
}

Filter options: all, unseen, seen, from:address@example.com, subject:some text.

Send

{
"action":"send",
"to":"someone@example.com",
"subject":"Hello",
"text":"Plain text body",
"html":"<p>Optional HTML body</p>"
}

Output

Fetch

[{"subject":"...","from":"sender@example.com","date":"2026-05-05","body":"..."}]

Send

[{"messageId":"<abc@smtp.example.com>","to":"...","subject":"..."}]

You might also like

Excel Mcp Server

lovely_radiologist/excel-mcp-server

Mcp Server Generator

fiery_dream/mcp-server-generator

πŸ‘ User avatar

Cody Churchwell

1

MCP Server: Rss

dltik/mcp-server-rss

MCP Server: Rss: an MCP server exposing 4 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

MCP Server: Github

dltik/mcp-server-github

MCP Server: Github: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.01/tool-call.

Time MCP Server

agentify/time-mcp-server

An MCP server implementing the Model Context Protocol (MCP) for time-related operations.

MCP Server: Arxiv

dltik/mcp-server-arxiv

MCP Server: Arxiv: an MCP server exposing 5 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

Related articles

Build and deploy MCP servers in minutes with a TypeScript template
Read more
Deploy your Smithery STDIO MCP servers on Apify
Read more
Best MCP servers for developers
Read more