9
Views
3
Comments
Sendmail - add stuff in header
Question
Hi,

I need to add some json to the email-header
to be precise, I need to fill the X-SMTPAPI header
with

{ "category": "Example Category" }

is this possible?


2012-10-08 11-59-27
Guilherme Pereira
Staff
Hi,

Have you tried using the HttpRequestHandler extension to add the header on the preparation of your email screen?

Cheers
Guilherme
2020-03-05 15-52-45
André Vieira
Staff
Have you tried using the email extended properties?
2016-04-21 20-09-55
J.
 
MVP
yeah, the extended properties work fine.

should have thought of that before :)

thanks!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.