BCC: Add username placeholder

Hey Robin, amazing plugin!

What do you think about adding a username placeholder so that each individual message will address the user by his name?

5 Likes

That’s a neat idea, but I am quite busy right now. I would happily accept a PR for that though.

8 Likes

Would that be doable by using adding react into the code?

I would not recommend adding react for such a simple change (or most changes - adding react would be a very strange and uncommon thing to do.)

4 Likes

Just created a pull request. Let me know if anything needs to be changed, but right now it allows you to use {username} and {@username} in your message to be personalized for each recipient. Works with emails too, but you’d ideally not want to use the @.

https://github.com/discourse/discourse-bcc/pull/6

4 Likes