Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
can email notifications include the body of the message?
richpsharp
New
I recently upgraded to Vanilla 2.1.8, and i used to use the EMailSubscribe plugin to email users when a new discussion was created or when a comment was posted on a discussion. After upgrading, it seems that EMailSubscribe doesn't work well with 2.1.8 because 2.1.8 has some built in email notifications, which is great. Except the emails that go out don't have the body of the discussion or comment; rather it will say "richpsharp has started a new discussion: test post" but no body.
Is there any way to enable Vanilla 2.1.8 to email the body of the discussion or comment out to users who are subscribed to it?
Tagged:
0
Comments
Haven't seen you before, welcome to the community!
http://vanillaforums.org/discussion/comment/209076/#Comment_209076
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Great thanks, just to be clear for those who follow, I defined these values in my config.php:
$Configuration['Vanilla']['Activity']['ShowCommentBody'] = TRUE; $Configuration['Vanilla']['Activity']['ShowDiscussionBody'] = TRUE;
Thanks man!