Skip to content

Commit

Permalink
CU-868a5nz1n fixed wrong url for messages email
Browse files Browse the repository at this point in the history
  • Loading branch information
ucswift committed Oct 9, 2024
1 parent 0aa2ae1 commit 582a4ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public async Task<bool> SendMessageMail(string email, string subject, string mes
{ "sender_name", senderName },
{ "title", subject },
{ "body", HtmlToTextHelper.ConvertHtml(messageBody) },
{ "action_url", $"https://resgrid.com/User/Messages/ViewMessage?messageId={messageId}" },
{ "action_url", $"https://app.resgrid.com/User/Messages/ViewMessage?messageId={messageId}" },
{ "timestamp", sentOn },
{ "commenter_name", senderName }
};
Expand Down

0 comments on commit 582a4ff

Please sign in to comment.