Overview
This skill processes approved email tasks and sends them via SMTP protocol.
When to Use
- •When an email needs to be sent after approval
- •When handling external communication requests
- •When processing items in the Approved folder
Parameters
- •to_email: Recipient email address
- •subject: Email subject line
- •body: Email body content
- •cc: CC recipients (optional)
- •bcc: BCC recipients (optional)
Process
- •Monitor Approved folder for email tasks
- •Extract email details from approval file
- •Connect to SMTP server using credentials
- •Send email to specified recipients
- •Log the action and move processed file to Done