Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This is how I currently have the program setup but I was concerned with two potential edge cases (listed in response to Sanford's comment below).
This is very insightful and I wasn't aware of the terms you used prior to this conversation (SMTP and MX retry algorithm). I wanted to make sure the bounce management program I created had the correct "date of activity" for the soft bounce lists and wasn't too narrow of a time frame (causing a soft ...
I recently created an email bounce management program and I want to make sure the soft bounce emails are being categorized the right way. In order to set the program up, I need to know what the Marketo soft bounce email re-attempted delivery protocol is.Essentially, I want to know how many times a s...
Awesome overview, thanks for the write-up!
Although the codepen linked to from this discussion is an expired link, this really helped me out and I was able to get my code working. If someone else is working on this issue I recommend looking through Sanford Whitman's Codepen. I'd be willing to provide my solution if anyone is interested as we...
Thanks for the writeup!