yao/setting
Max 2993b0b946 feat(messenger): enhance dynamic SMTP resolution and identity handling
- Implemented dynamic SMTP provider resolution based on user/team context, improving email sending capabilities.
- Updated the Send and SendT methods to utilize identity information from the context for dynamic provider selection.
- Refactored cloud encryption and decryption methods to delegate to the setting package, streamlining cryptographic operations.
- Enhanced team invitation email sending to include identity context, ensuring accurate user/team information is used.
- Removed obsolete crypto helper functions, simplifying the codebase and improving maintainability.
2026-05-04 18:15:21 +08:00
..
crypto.go feat(messenger): enhance dynamic SMTP resolution and identity handling 2026-05-04 18:15:21 +08:00
doc.go feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
doc.yml feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
identity.go feat(messenger): enhance dynamic SMTP resolution and identity handling 2026-05-04 18:15:21 +08:00
process.go feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
process_test.go feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
registry.go feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
registry_test.go feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
store.go feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
types.go feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00