feat: Add cli command to trigger grouped emails

This commit is contained in:
Bastian Beier
2025-01-09 16:15:47 +01:00
parent b5dd1d1ae7
commit db3d49afe5
2 changed files with 58 additions and 0 deletions
@@ -15,6 +15,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
Server(cfg),
// interaction with this service
SendEmail(cfg),
// infos about this service
Health(cfg),