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

DPO3DPKRT-864/Notification Emails #633

Merged
merged 12 commits into from
Oct 11, 2024

Conversation

EMaslowskiQ
Copy link
Collaborator

Notification support sending emails

  • Multi-part HTML email support w/ plain text fallback
  • Image Base64 and URL support
  • Rate management w/ adaptive burst speeds
  • Internal throughput testing routines

Legacy Logger

  • removed Console interception to improve temporary use in debugging

(new) send email routines via notifyEmail
(new) support for multiple recipients
(new) support for html body with text fallback
(new) support for embedded image/icon from message type
(new) robust server response handling
(fix) convertToIOResults not handling errors correctly
(fix) log 'data' is optional
(new) place Notify email functionality in class and cleanup exports
(new) email rate management
(new) Notify class with configuration
(new) return type for onPost in RateManager
(new) added type to NotifyPackage
(fix) explicit calls to Logger vs. dynamic this. resolves 'this' binding
(new) asynchronous calling for Logger + Notify
(new) defined fromAddress pointing to [email protected]
(fix) cleaner error handling and bubbling up of status
(fix) cleaned up return types
(fix) removed onMessage in RateManager. Messages attach to promise
(fix) commented console handling in legacy Logger for cleaner debugging.
(new) dynamic burst mode and maintained threshold
(new) metrics for average rates and counts
(fix) removed obsolete staggerLogs
(new) start/stop/cleanup for the manager
(new) added 'rates' to available metrics
(new) debugMode for additional details (stdout)
(fix) more robust and efficient metrics tracking
(fix) exposed metrics structure
(new) optional base64 images for Emails. defaults to URL
(fix) rate calculations for metrics
(new) testEmail in NotifyEmail and RecordKeeper
(fix) using packrat emails: packrat-dev & packrat-noreply
(fix) override email address for generic email sending
(new) generic naming and routine for getting icon URLs
@EMaslowskiQ EMaslowskiQ self-assigned this Oct 11, 2024
@EMaslowskiQ EMaslowskiQ merged commit 4d720cb into develop Oct 11, 2024
3 checks passed
@EMaslowskiQ EMaslowskiQ deleted the DPO3DPKRT-864/notification-email branch October 11, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant