Skip to content

Commit

Permalink
Update src/lib/services/email-service.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Heartman <[email protected]>
  • Loading branch information
andreas-unleash and thomasheartman authored Dec 1, 2023
1 parent 8e1745f commit 40500e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/services/email-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface IEmailEnvelope {
const RESET_MAIL_SUBJECT = 'Unleash - Reset your password';
const GETTING_STARTED_SUBJECT = 'Welcome to Unleash';
const SCHEDULED_EXECUTION_FAILED_SUBJECT =
'Unleash - Scheduled execution failed';
'Unleash - Scheduled change request could not be applied';

export const MAIL_ACCEPTED = '250 Accepted';

Expand Down

0 comments on commit 40500e0

Please sign in to comment.