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.
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
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.
Hi Markus!
Thanks for the reply & solution!
Regards,
Istvan
Hey,
are there any news to this topic? Does Newsletterstudio work with attachments (for example PDF's)?
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
is working on a reply...