adyf Posted February 26, 2015 Posted February 26, 2015 I'm having trouble getting the below text in a send mail script being shown as bold and italic. The relevant part of the calculation is below: TextStyleAdd ("Please would you send me an updated ETDL Complementary Certificate (hard and electronic copy) for the candidate as follows:" & "¶¶" & "Issue Date:" & " " & Course::Course Start Date & "¶¶" & "Expiry Date:" & " " & Date ( Month (Course::Course Start Date) ; Day (Course::Course Start Date) ; Year (Course::Course Start Date) + 2); Bold + Italic) I'm sure it's down to one of two things. Either the above calculation is incorrect or it could be that the email generated is in plain text format, even though my MS Outlook settings are set to compose messages in HTML format. Could someone shed some light please?
MartieH Posted February 26, 2015 Posted February 26, 2015 TextStyleAdd only applies formatting to fields - and it's not html formatting. To use formatting in an email (html formatting), you need to look at GetAsCSS - and apply styles. there are some examples in this forum - do a search for GetAsCSS and you should find them. hth, Martie
doughemi Posted February 26, 2015 Posted February 26, 2015 FileMaker does not natively support HTML emails. You will need a plugin to send formatted email.
Recommended Posts
This topic is 3615 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now