muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.25k stars 318 forks source link

emailbee: added support for unauthenticated SMTP servers #365

Closed corrantho closed 3 years ago

corrantho commented 3 years ago

To solve issue https://github.com/muesli/beehive/issues/344.

Username and password are now optional. If empty, the mail is sent with NoAuth mode.

muesli commented 3 years ago

Thank you!