Thanks Sanford. Unfortunately I'm still having trouble - and I don't think it's related explicitly to that .split functionality now. When I use:#set ($DossierArray = ${lead.wishLis...
Thanks Sanford.I'm playing around with it and unfortunately having some trouble. I understand I need to escape the special character "/" in order to split the string based on that ...
Hey everyoneHow would I take a field with values separated by backslashes "/" and split it into an array that I specify? I don't think .split will do the job - something like parse...
Hi everyoneHaving some trouble implementing Google Postmaster tools with our IPs. See here: https://postmaster.google.com/managedomains?pli=1 Our IT team has told me that they can'...
We are primarily B2C, high-involvement purchases with lots of touchpoints and no outbound sales (only inbound calls and website bookings). So we mostly segment by propensity to buy...
Hi guys. Not quite (I think)...let me clarify.If a user opens up Gmail on their iPhone, they will see their inbox with a bunch of emails in it. Some brands have managed to get thei...
I've seen many brands have their logo as the image in Gmail when looking at their inbox. How can we set this up? Is it difficult when your reply-to address isn't a Gmail address?
Hmm I spoke slightly too soon. When I input the date "04/17/2017", I keep getting as the output January 17, 2017 instead of April 17, 2017. Why?My code below. The only changes I've...