for clients to show email settings
()
| 63 | type EmailService interface { |
| 64 | // for clients to show email settings |
| 65 | IsValid() bool |
| 66 | |
| 67 | SendTenantInviteEmail(ctx context.Context, email string, data TenantInviteEmailData) error |
| 68 | SendWorkflowRunFailedAlerts(ctx context.Context, emails []string, data WorkflowRunsFailedEmailData) error |
no outgoing calls
no test coverage detected