Question
Email listeners not picking custom email headers (missing email headers)
we have a use case in which we add a unique string sent in every email sent out of system. We are forced to put the unique key in email subject and forcing the users not to alter the subject which some customers are not ready to accept. So i've been trying to use custom email headers (X-Header_Name) set while sending the email message out. When i check the email headers in outlook client i could see them
Added the custom header in "request" tab of the email listener's service package and mapped it to clipnboard page <<ServicePage>>.pyInBoundEmail.UniqueEmailKey
Unfortunately the custom header never been copied onto clipboard. Custom headers are not supported at all in email listener's service package at all? Or are there any specific headers reserved for customer use so i can set my unique key into it?
I have tried using Thread-Topic but while sending the reply, email clients are setting Thread-Topic with subject line.
Quick responses are appreciated.
Thanks,
Prasad
***Edited by Moderator Marissa to update SR Details***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
The underlying issue is that the email Pega was reading does not have the custom header. This was confirmed by CCing a gmail account on the same email that was being sent to / read by Pega. Reviewing the raw data in gmail revealed that the customer header was not present. The email server administrators need to be engaged with to ensure that the custom head is kept in place.