So, if I understand how sendemail works when SMTP auth is required, a user needs the "admin_all_objects" capability" in order to read auth_username and auth_password from alert_actions. This means regular users can't send email, as the credentials get passed to SMTP server with null values. These users generally see something like this: command="sendemail", Connection unexpectedly closed while sending mail to: somebody@something.com. Is this a feature or a bug?
... View more