Hi,To decrypt extaccount passwords, use decryptString(), which is accessible via jsapi in jssp's.Have to ask though, what are you authenticating specifically?Thanks,-Jon
Hi,When you view message source, is there a boundary at the very end?Should be same as others, and suffixed with ------=_NextPart_525_D857704A.D857704A--In the headers, is mime specified?MIME-Version: 1.0Thanks,-Jon
Hi,One solution is to include a personalization block that includes all personalization blocks, then inside each wrap content with a conditional:<% if (PB_NAME === 'name of this block') { %>...<% } %>Thanks,-Jon
Hi,Use the Subscription Services activity in your workflow. The Update data activity will also work.Truncate is the most performant if you only want to wipe the NmsSubscription table and do nothing else- be sure to insert Campaign's zero record afterward.Thanks,-Jon
Hi,Oh you're referring to the value in the nms:address status enumeration, 'quarantine' and 'blacklisted'.Blacklisted there means feedback loop, i.e. a recipient clicked the spam button.Thanks,-Jon
Hi,Those share the same name, but are entirely different.The dataSource var I was referring to maps to the approval activity for notifyTask template. For notifySupervisor it looks like arbitrary workflow fields, but should still work without intervention. This is breaking when a workflow errors and ...
Hi,Ah, I've gotten this q so many times I just defaulted to scripted response. Yes, it's a challenge to get materialized messages; they're not available outside nms:deliveryPart afaik, and extracting them from there is non-trivial.Thanks,-jon
Hi,You can just mass-update all the deliveries and templates, it's the Web Analytics account link.AFAIK the only usage of the link is to override the click/open formulas deliveries use otherwise, so you can also just alter those as desired.Thanks,-Jon
Hi,Campaign will remove addresses from quarantine when they're delivered to, from that link:> When a delivery is successful after a retry, the error counter of the address which was prior to that quarantined is reinitialized.'Blacklist' in Campaign refers to opt-out preference, which is very differe...