Any updates on this guys?
Any examples of what your new email header (EHeaders) strings look like?
I'd like to alter the header to show the real name of the employee/user who is sending the email, plus a valid return path for that user.
AIM v8 docs only has this:
You can also optionally add the EHeaders attribute to this notification if you want to add special headers to your email. The value of this attribute should be in the following format:
Header1#Header2#Header3…
where each header represents name and value in the standard header format:
Name: value
Here's what I'm trying:
Return-Path: jaymerx@yahoo.com#From: Bulls_CRM#From_Email: tom_smith@bulls.com
What I've found is these new headers are added IN ADDITION TO the headers already there... so even though I use RETURN-PATH, there's a prior RETURN-PATH in the header, so the email client on the Mac doesn't appear to see the 2nd one. So when I reply, its not going to my EHeader one.