EmbeddedObjects template cause document elements to disappear when sending email from CreateUserWizard

peter liles 556 Reputation points
2021-07-31T14:01:26.257+00:00

In my CreateUserWizard i have set the EmbeddedObject template to add image to my BodyFileName html document. This works fine except now an anchor element will not show in document output. The href attribute is set from code in page behind during the email sending event.

<p>
<a href="<%VerifyUrl%>" ><%VerifyUrl%></a>
</p>

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
{count} votes

1 answer

Sort by: Most helpful
  1. peter liles 556 Reputation points
    2021-08-02T14:35:35.087+00:00

    The link that has a placeholder as shown previously and set from code behind like e.Message.Body = e.Message.Body.Replace("<%VerifyUrl%>", verifyUrl) will not show in html page?

    Ever since i set embeddedobjects template to add object such as image.