comment email: include username in subject; 'on Manifold' in from label

This commit is contained in:
mantikoros 2022-06-22 15:01:03 -05:00
parent 4902321cd3
commit c58e75f49a

View File

@ -275,8 +275,8 @@ export const sendNewCommentEmail = async (
)}`
}
const subject = `Comment on ${question}`
const from = `${commentorName} <info@manifold.markets>`
const subject = `Comment from ${commentorName} on ${question}`
const from = `${commentorName} on Manifold <no-reply@manifold.markets>`
if (contract.outcomeType === 'FREE_RESPONSE' && answerId && answerText) {
const answerNumber = `#${answerId}`