thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.82k stars 351 forks source link

add support for sending to multiple recipients via sendmail #797

Closed monperrus closed 6 months ago

monperrus commented 7 months ago

if the to config contains multiple emails such as x@foo.com,y@bar.com

Jamstah commented 7 months ago

Does this also work for the smtp method? That field should probably work the same for both mechanisms.

This PR is missing documentation (although the doc doesn't mention sendmail at all), and an entry in the changelog.

monperrus commented 7 months ago

Does this also work for the smtp method?

Yes, it already works for SMTP

This PR is missing documentation and an entry in the changelog.

Done.

Thanks!

monperrus commented 6 months ago

Thanks for the review, applied the changes.

monperrus commented 6 months ago

thank you!