Skip to main content
November 11, 2013
Question

<b> tag in cfmail subject

  • November 11, 2013
  • 1 reply
  • 448 views

Hi,

is <b> tag work win subject?

<cfset variables.subject = "Access for <b>#form.name#</b> has been removed. " />

<cfmail from="#variables.mailFrom#" to="#variables.mailto#" subject="#variables.subject#" type="html">
    .......
    </cfmail>

Email sent with subject:
Access for <b>#John Smith#</b> has been removed.  How can  bold the name John Smith?

Thanks

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    November 11, 2013

    Have you ever seen an email with a bold word in a subject?  I haven't...