Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • fishpaws 3 posts 20 karma points
    Feb 23, 2009 @ 21:52
    fishpaws
    0

    Can someone outline the steps for using Umbraco to publish a Newsletter?

    Ideally, what I'd like to do is have a way for someone visiting my Umbraco site to add their email to our mailing list, and then be able to apply that list to a templated HTML Newsletter that could be published from Umbraco.

    Can someone explain how to set this up? I don't know where to start.
    J


  • Dirk De Grave 4537 posts 6006 karma points MVP 3x admin c-trib
    Feb 23, 2009 @ 22:09
    Dirk De Grave
    0

    Hi,

    I know of a wiki page that outlines step-by-step on how to create newsletters, but I'm afraid it no longer works for v4. I'm not aware of anyone currently working on a fixed/new v4 version.

    http://en.wikibooks.org/wiki/Umbraco/SamplesandArticles/Creating_Newsletters

    Regards,
    /Dirk

  • fishpaws 3 posts 20 karma points
    Feb 23, 2009 @ 22:13
    fishpaws
    0

    Hmmm, does that mean that publishing a Newsletter is not viable with Umbraco? Are there any alternative methods?

  • Laurence Gillian 597 posts 1214 karma points
    Feb 24, 2009 @ 18:23
    Laurence Gillian
    0

    Use a 3rd party package (or you own application design), and then create a Parent node called something like "Newletters", and when you save a new item, pass this across to your 3rd party application.

    We do it by having an XML output, which is read by the 3rd party application, which informs it when a new item is published so it knows where to grab the HTML from for the newsletter. It works quite well, as it means you can pin down all the email design in Umbraco, and also server a version which is friendly for Plain Text, HTML, iPhone, RSS, etc... :)

    L

  • Erik Ernst 70 posts 90 karma points
    May 02, 2009 @ 18:11
    Erik Ernst
    0

    What's the name of this 3rd party package?

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    May 02, 2009 @ 22:03
    Jan Skovgaard
    0

    If you are using v4 of Umbraco take a look at this blogpost http://www.nibble.be/?p=63

  • Erik Ernst 70 posts 90 karma points
    May 21, 2009 @ 10:03
    Erik Ernst
    0

    Thank you.

  • anthony hall 217 posts 530 karma points
    May 21, 2009 @ 13:12
    anthony hall
    0

    So if you did opt for using a third party to send out the emails. You will need a way to add them to your 3rd party list.

    To do this create an action handler that listens for the creation of users

    http://umbraco.org/documentation/books/creating-and-using-an-action-handler

    Inside this call the 3rd parties api. I've used constant contact and campaign manager. I have some code for Constant contact if you fancy?

    It's really easy to implement.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies