I have to find a solution to send an email to a customer database (11,000 contacts) but each recipient will receive a unique attachment as it’ll contain their account number and special pricing.
I know Marketo doesn't support attachments in emails but does anyone know of another way to achieve this?
Many thanks.
Solved! Go to Solution.
I have some experience using experience using postfix. We have a developer on the team that has more experience than I do that would be able to help. I thought about trying to parse the emails to XML but, I am not sure that would work.
Not sure what you mean about parsing to XML, that wouldn’t help (they’d just have to be encoded as standard MIME afterward).
The general sequence is:
Kind of impossible to answer! If it must be an attachment, it can't be through Marketo. If it must be through Marketo, it can't be an attachment.
Yeah, it must be an attachment.
just curious, why must it be an attachment?
The only way to vaguely approach this is to gateway your Marketo emails through a dedicated SMTP server that attaches the file before relaying the email. We had to do this once. It was not, by any stretch, easy and was only possible b/c I used to be a mail admin. Otherwise you'd have to have very savvy + willing IT.
We are looking to do something similar. Essentially we need to have the reporting that we get from Marketo but be able to attach a PDF to the email prior to delivery. Any suggestions on how to get started?
Well, as noted above you’ll need to pass the emails through another server first. Are you experienced with mailserver (Postfix, Exim, etc.) setup?
I have some experience using experience using postfix. We have a developer on the team that has more experience than I do that would be able to help. I thought about trying to parse the emails to XML but, I am not sure that would work.
We already have that in the email. Customers are asking to be sent a pdf as they are fearful of clicking the link.