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

Rewrite emailer based off DB triggers #157

Open
DougLau opened this issue Oct 15, 2024 · 1 comment
Open

Rewrite emailer based off DB triggers #157

DougLau opened this issue Oct 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@DougLau
Copy link
Contributor

DougLau commented Oct 15, 2024

Server emails are fragile and agency specific. Replace them with DB client using NOTIFY/LISTEN. This should be added to honeybee, using the lettre crate.

Affected system attributes:

  • email_rate_limit_hours
  • email_recipient_action_plan
  • email_recipient_dmsxml_reinit
  • email_recipient_gate_arm
  • email_sender_server
  • email_smtp_host
  • action_plan_alert_list
@DougLau DougLau self-assigned this Dec 13, 2024
@DougLau
Copy link
Contributor Author

DougLau commented Dec 13, 2024

For v5.64, the Java email support has been replaced with an email_event table in the DB that logs email alerts.

@DougLau DougLau added the enhancement New feature or request label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant