Inviting user to a topic/message sends out incorrect email

When inviting existing user to a topic/message, the email notifications are strange … the text version says:

invitingusername invited you to a topic 'Example Topic' on My Discourse Site:

Please visit this link to view the topic: https://discourse.example.com/t/example-topic/42/1

To unsubscribe from these emails, visit your [user preferences](https://discourse.example.com/my/preferences).

The HTML version is only the standard notification style with no additional context, i.e.:

poster Posting User
April 6
Hi, here’s my example message!

To respond, visit https://discourse.example.com/t/example-topic/42/1 in your browser.

To unsubscribe from these emails, visit your user preferences.

2 Likes

This invite to topic email for usernames should be nearly the same as the invite to topic email for email addresses.

That is, it should include the topic title and an excerpt of first post and place an emphasis in the title of the person who is asking as this is a person to person action…

2 Likes

What I gather is that the HTML version doesn’t include the instructions and the text version doesn’t include the excerpt?

1 Like

The html version should be the cooked markdown version which is plaintext…

Okay, done

https://github.com/discourse/discourse/pull/3341

3 Likes