This gist contains a template for rss2email which mimics the Feedburner notification emails, since the Feedburner email notification service is being deprecated.
You can use email.tmpl
directly with rss2email (read this), and feedburner_template.html
is provided as the source file which has been encoded to a quoted printable version (which is not as readable) to create email.tmpl
, so you can play directly with the feedburner_template.html
file and change its contents to test several modifications, and then encode it to include it in the template file.