Copied to clipboard

Flag this post as spam?

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


  • Istvan Pszota 59 posts 191 karma points
    Oct 15, 2012 @ 20:08
    Istvan Pszota
    0

    Attachment

    Hello!

     

    First of all: congrat to this project!

     

    I would like to know if it is possible to attach files to the newsletter?

    For example attach a PDF file.

     

    My client sends PDF flyers to their clients and experienced that less reader opens the flyer if only it's URL link is indicated.

    But more readers opened it when it was indicated as an attachment in their mail box!

     

    Thanks in advance!

    Regards,

    Istvan

  • Markus Johansson 1911 posts 5757 karma points MVP c-trib
    Oct 16, 2012 @ 09:38
    Markus Johansson
    0

    Hi Istvan!

    There is no buildt in way to attach a file at the moment. I guess this can be done by building a RenderTask and adding the file to the MailMessage-object.

    Not sure how the UI would look for this, but depending on the skills of your editors you could just use brackets like this in the content:

    [attachment:0000]

    Where the 0000 stands for the NodeId of the media item. And use regex to parse the content, inser the correct file as a attachment and remove the [yada] from the email content.

  • Istvan Pszota 59 posts 191 karma points
    Oct 23, 2012 @ 20:43
    Istvan Pszota
    0

    Hi Markus!

     

    Thanks for the reply & solution!

     

    Regards,

    Istvan

  • Chris 92 posts 238 karma points
    Jul 27, 2016 @ 13:18
    Chris
    0

    Hey,

    are there any news to this topic? Does Newsletterstudio work with attachments (for example PDF's)?

  • Markus Johansson 1911 posts 5757 karma points MVP c-trib
    Jul 29, 2016 @ 21:51
    Markus Johansson
    0

    Hi Chris!

    No we have not added anything for this use case, you'll have to create a custom render task to add attachements to the e-mail.

    At the moment we don't have any concrete plans to add this to the core of the package as it's quite an uncommon edge-case.

    If you would like to know more about render tasks, have a look here: http://support.newsletterstudio.org/customer/portal/articles/1052872

    All the best!

    // m

Please Sign in or register to post replies

Write your reply to:

Draft