Including RSS Feed into Weekly Newsletter

Discussion in 'XML & RSS' started by brandondrury, Jan 13, 2006.

  1. #1
    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?
     
    brandondrury, Jan 13, 2006 IP
  2. blacknight

    blacknight Well-Known Member

    Messages:
    254
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    125
    #2
    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
     
    blacknight, Jan 20, 2006 IP
  3. best-p4u

    best-p4u Peon

    Messages:
    229
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3

    How to do it??
     
    best-p4u, Jan 21, 2006 IP
  4. blacknight

    blacknight Well-Known Member

    Messages:
    254
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    125
    #4
    How are you intending on publishing the newsletter? Are you doing it server-side or from your desktop?
     
    blacknight, Jan 21, 2006 IP
  5. brandondrury

    brandondrury Peon

    Messages:
    375
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Good question.

    I'll use the first method that actually works.

    Brandon
     
    brandondrury, Jan 23, 2006 IP