@threeels
Have you tried using the {POST} keyword in your template? That’ll include an excerpt of the post content in the digest email.
No, did not realize that you could you {POST} in a digest. So do you have an example of how you could use {POST} to send a weekly summary of all updated posts that would include title and part of the post?
@threeels
Do you mean an example template?
An example template or just an explanation of {post}.
I’m sending out a weekly digest. My template has text and HTML before and after {TABLELINKS}.
So if I’m sending out a weekly digest and there have been 5 new posts, are you saying that if instead of {TABLELINKS} if I simply insert {POST} I will be able to have a digest consisting of a single email with each of the 5 posts added. This would replace the 5 post titles that are displayed in the email when I used {TABLELINKS}?
@threeels
You can put {POST} in as well as {TABLELANDS} if you like. Make your changes and click the preview button to send a test post to the email address of the currently logged in user (presumably you).
My template for the HTML version of Subscribe2 looks like this:
<table><tr bgcolor="#000"><td colspan="3"><br /></td></tr><tr><td class="sidebar" rowspan="2"></td><td><div>
<h3 class="side">{BLOGNAME}</h3><p class="side"> has posted new content<p>
<p>{POST}</p>
</div></td><td class="sidebar" rowspan="2"></td></tr>
<tr><td></div>
Best regards,<br />
{MYNAME}<br />
<a href="mailto:{EMAIL}?subject=Email Reply">{EMAIL}</a><br />
{UNSUBLINK}</div></td></tr></table>