Remove tag from mail preview in Outlook

Hi,

I’ve got this email in preview inside Outlook that comprises < end> tag, which I’d really like to get rid of, to make it add a bit of aesthetics to that :smiley:

The body of this email always has the following content:

<!Doctype html>
** < html>**
** < p>**
** < h1>**
** < /h1>**
** < /p1>**
< /html>

So, it eventually appends < end> to the last character inside the body every time. I tried to test it adding many spaces, new lines , double checked each and every single HTML tag too without any result.

Web developers and HTML/CSS experts wanted, your expertise is very much needed.
Thank you!

Hello @ykuzin!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

Hi @ykuzin

First a Forum hint, you can use the code block to display your code using this character `` , like so:
image
Result:
<html>

Also, like so:
image
Result:

<!Doctype html>
<html>
<p>
<h1>
</h1>
</p1>
</html>

Now, to the issue at hand. Is this an issue of UiPath, or a general one around HTML? :slight_smile:

thank you, indeed
as per <end> tag, which I mentioned earlier I can’t be sure if it is an issue of Uipath as such, however, I’ve tried to get rid of it by adjusting HTML code, which I have in the body of the email.

Now, this tag gets appended every time I send such an email and is visible in the Outlook email preview.
Can you suggest to me how to eliminate it, please? Perhaps HTML has something to offer in such cases.

thank you

I did find this article:

I haven’t tested it, but maybe adding a few empty <br> at the bottom will fix it?

1 Like

Hi,
Thank you for the link, there was exactly the same inquiry. Just tried to insert numerous space characters within the body and see if it gets resolved, but alas this tag remains intact. Nw, it’s merely a matter of aesthetics really :slight_smile:

I suppose you can still play around with the br HTML tag or some non standard invisible characters that Outlook might consider actual text.