What problem does it solve?
This Skill facilitates the secure and efficient sending of emails through the ProtonMail Bridge, addressing the need for encrypted communication and providing a convenient method to deliver messages from any skill or task requiring email delivery.
Core Features & Use Cases
- Secure Email Delivery: Utilizes ProtonMail Bridge for SMTPS connection, ensuring encrypted email delivery.
- Configurable Email Parameters: Allows customization of email subject, body, recipient, sender, and optional headers like Message-ID and References.
- Scriptable Email Sending: Provides a command-line interface for scripting and automation of email sending tasks.
Quick Start
To send an email, use the send-email command with the recipient, subject, and body:
python3 ~/.agents/skills/send-email/scripts/send-email.py --to [email protected] --subject "Hello" --from [email protected] <<'BODY'
This is the body of the email.
BODY