send_email
Send emails via SMTP with support for multiple recipients, HTML content, file attachments, and optional saving to the Sent folder through IMAP.
Instructions
Envia um e-mail via SMTP. Destinatários separados por vírgula ou ponto-e-vírgula. html=True trata body como HTML. attachments = lista de caminhos locais. Grava cópia na pasta Enviados via IMAP quando save_to_sent=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| html | No | ||
| subject | Yes | ||
| reply_to | No | ||
| attachments | No | ||
| save_to_sent | No |