Send emails effortlessly through Gmail's SMTP server using AI agents. Attach files directly from your filesystem, download from URLs, or use pre-staged attachments with ease. Experience a resilient design that ensures reliable email delivery. Fetch recent emails and implement this into your workflows ( tested with discord bot integrations ).
Tools
send_email_tool
Send an email via Gmail SMTP. Parameters: - recipient: The email address to send the email to. - subject: The email subject. - body: The email body text. - attachment_path: Optional direct file path for an attachment. - attachment_url: Optional URL from which to download an attachment. - attachment_name: Optional filename for the attachment. Priority: 1. If attachment_url is provided (and attachment_name for filename), download the file. 2. Else if attachment_name is provided, try to load it from the 'available_attachments' directory. 3. Otherwise, use attachment_path if provided.
fetch_recent_emails
Fetch the most recent emails from a specified folder. Parameters: - folder: The email folder to fetch from (default: "INBOX"). - limit: Maximum number of emails to fetch (default: 10). Returns: - A formatted string containing details of the recent emails.
Installation
Uh oh!
This server works best locally, but does not have a local installation option. Please check the source repositary for manual setup.