September 7, 200718 yr Hi all, I am working in a letter using filemaker send Mail, I am trying to use the TextStyleAdd ( text ; styles ) on the specify calculation but for some reason what I want to be bold is not showing as bold at the e-mail. Any help will be appreciated. By the way here is what I have on the specify calculation: "¶"&TextStyleAdd ( "Workshops:"; Bold)&"¶¶" & Case ( not IsEmpty (W1 ) ; WS1 & ¶ ) & Case ( not IsEmpty (W1DA) ; W1DA & ¶&¶) & Case ( not IsEmpty (W2 ) ; W2 & ¶ ) & Case ( not IsEmpty (W2DA ) ; W2DA & ¶&¶) & Case ( not IsEmpty (W3 ) ; W3 & ¶ ) & Case ( not IsEmpty (W3DA ) ; W3DA & ¶&¶ ) & Sample
September 7, 200718 yr AFAIK Send Mail is plain text only. You'd need an email plugin to send HTML mail.
Create an account or sign in to comment