Forum Discussion

Myko_P's avatar
Myko_P
Expert
7 years ago

Email template issue caused by component.content.studio-title (content)

TMLHi Lithium Developers, I am customizing community Email template “You have received a private message” in Studio -> Text Editor -> Email text. After I pasted my customized HTML code in the “HTML...
  • luk's avatar
    luk
    7 years ago

    First thing that pops into my eyes is

    <a href="${emailUrls.getTapestryUrl("

    not looking right this one =)...just search that in your template, around line 200 it was I believe...should probably be more something like this:

    <a href="${emailUrls.getTapestryUrl()}"

    but I would have to look it up in the docs, trying to avoid dealing with email templates as much as possible =)...just looking at all that inline CSS and tables hurts my feelings!