Description-Behavior Mismatch
Medium
- Confidence
- 97% confidence
- Finding
- The `testConnection()` function does more than verify SMTP connectivity: after `transporter.verify()` it sends an actual email to `SMTP_USER`. That creates an unintended side effect for a command labeled as a test, which can surprise users, generate unwanted messages, and potentially leak that the account is active or trigger downstream automation.
