Debt Consolidation - US Business Directory - Debt Consolidation - Lyrics - Myspace Layouts

PDA

View Full Version : Including RSS Feed into Weekly Newsletter


brandondrury
Jan 13th 2006, 2:45 pm
Hello,

I have a number of article sites with forums (VBulletin and SMF). I would like to send out a weekly newsletter to each of my forum members that uses an RSS feed to display the top 10 latest articles in order to keep people coming to the site and keep the forum active.

Does anyone know how to include an RSS feed automatically into a mass email? Is there any mass email software that will do this?

I use php include to display my latest forum posts and articles on my index page. However, I can't seam to get php to work when in an email.

Any ideas?

blacknight
Jan 20th 2006, 7:09 pm
The only way I can think of is if you convert the RSS back to HTML links, as in include the output as normal HTML

best-p4u
Jan 21st 2006, 5:22 am
The only way I can think of is if you convert the RSS back to HTML links, as in include the output as normal HTML


How to do it??

blacknight
Jan 21st 2006, 8:46 am
How are you intending on publishing the newsletter? Are you doing it server-side or from your desktop?

brandondrury
Jan 23rd 2006, 12:14 am
Good question.

I'll use the first method that actually works.

Brandon