58
Views
4
Comments
Adding meta tag in email not working
Question

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.


2020-06-04 15-38-19
Samiksha Manekar
UserImage.jpg
freek

Hi Samiksha, 

That post is talking about reactive not about email right?

Greetz,

2020-06-04 15-38-19
Samiksha Manekar

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.

UserImage.jpg
freek

So the default function from Outsystems is not working and this one is, why is that?

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