Skip to content

Commit

Permalink
Merge pull request #1856 from bcgov/hotfix/email-from-address
Browse files Browse the repository at this point in the history
TCVP-2932 Adjust from address to avoid spam delivery
  • Loading branch information
pbolduc authored Apr 24, 2024
2 parents 393664c + bd09531 commit 5061e1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public abstract class EmailTemplate<T> : IEmailTemplate<T>
/// <summary>
/// Provides sender email address.
/// </summary>
protected const string Sender = "DoNotReply@tickets.gov.bc.ca";
protected const string Sender = "donotreply_courts.tco@gov.bc.ca";

/// <summary>
/// Provides the common help text.
Expand Down

0 comments on commit 5061e1e

Please sign in to comment.