Skip to content

Commit

Permalink
Merge pull request #156 from Resgrid/develop
Browse files Browse the repository at this point in the history
CU-868a5nz1n fixed wrong url for messages email
  • Loading branch information
ucswift authored Oct 9, 2024
2 parents 4c21f2c + 582a4ff commit 91e01fb
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 91e01fb

Please sign in to comment.