Skip to content

Commit

Permalink
fix: change from-name email AB#14709
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Aug 5, 2022
1 parent 15ab37f commit 6f05e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class NotificationService {

private placeholderToday = '(TODAY)';
private fromEmail = process.env.SUPPORT_EMAIL_ADDRESS;
private fromEmailName = 'IBF system';
private fromEmailName = 'IBF portal';

private mailchimp = new Mailchimp(process.env.MC_API);

Expand Down

0 comments on commit 6f05e90

Please sign in to comment.