Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: refactoring of alerts and send correct email alerts #1788

Merged
merged 2 commits into from
Mar 4, 2024

Commits on Mar 3, 2024

  1. feat: refactoring of alerts and send correct email alerts

    Previously the sent email alerts have been missing mandatory headers
    like `Date` and it was also missing content type, content transfer
    encoding and mime version. I have taken proper examples form the
    unmaintained gomail library to build right emails.
    
    Besides that I have refactored the calls for alerts, they git the same
    structure now and it should be prepared to inject custom templates for
    all altering methods at some later point. Generally it is prepared for a
    more flexible alert handling.
    tboerger committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    5c8b876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dba0b8e View commit details
    Browse the repository at this point in the history