I'm trying to add a meta tag by having the AddMetaTag function from HTTPRequestHandler in the preparation of the email. I would expect something like this is added to the header of the email:
<meta name="color-scheme" content="only">
Only when doing this the email is not being send at all.
The platform is giving the error:
Error creating Email. No EmailId was returned.
Hi Freek,
You can refer this post :
https://www.outsystems.com/forums/discussion/58534/meta-tag-in-reactive-web-application/#Post258971
Regards,
Samiksha
Hi Samiksha,
That post is talking about reactive not about email right?
Greetz,
In this forge component, there is one Server action : Metadata_AddToPage
You can refer this action's logic in your email .
Hope this helps you.
So the default function from Outsystems is not working and this one is, why is that?