@optimiser/common 1.0.285 → 1.0.286
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/utility.js +1 -1
- package/package.json +1 -1
package/dist/lib/utility.js
CHANGED
|
@@ -4497,6 +4497,6 @@ exports.GetMailFromString = GetMailFromString;
|
|
|
4497
4497
|
* @returns string
|
|
4498
4498
|
*/
|
|
4499
4499
|
function InvitationMailReplyContent(fromUser, fromEmail) {
|
|
4500
|
-
return "Please do not 'reply' to this email as it is an automated message and replies are routed to an unmonitored mailbox.
|
|
4500
|
+
return "Please do not 'reply' to this email as it is an automated message and replies are routed to an unmonitored mailbox. If you wish to propose an alternative time or send a message, please contact " + fromUser + " at " + fromEmail + " directly.";
|
|
4501
4501
|
}
|
|
4502
4502
|
exports.InvitationMailReplyContent = InvitationMailReplyContent;
|