A skill to send emails with support for markdown, HTML text, and attachments, leveraging existing SMTP configuration in `/home/bb/.openclaw/smtp-config.json`. Includes retry logic and logging.
Initial release of custom-smtp-sender: - Send emails via an existing SMTP configuration file. - Supports markdown-to-HTML conversion and sending HTML-formatted messages. - Allows attaching multiple files to emails. - Implements retry logic for temporary send failures. - Logs sent messages and errors for auditing and troubleshooting.