This SMTP email skill mostly does what it says, but its fallback configuration can mishandle email credentials and connect to an unintended mail provider unless settings are fully specified.
Review before installing. Use `--dry-run` first and confirm the resolved provider, host, username, sender, recipient, subject, and body before any real send. For any non-126 provider, explicitly set `SMTP_HOST`, `SMTP_PORT`, `SMTP_USE_SSL`, and `SMTP_USERNAME` instead of relying on the minimal `.env`; prefer provider-issued SMTP/app passwords over primary mailbox passwords and avoid sending sensitive content unless disclosure to the SMTP provider and recipient is intended.