joegold Posted July 12, 2002 Posted July 12, 2002 I'd like to use the send email script command, but in the body of the email, I'd like part of the text to be bold, and part of the text to be standard (not bold). Is there any way to do that?
LiveOak Posted July 13, 2002 Posted July 13, 2002 I've never bothered to look at how this is done, but since email is really text only, I suspect it uses tags resolved by the browser. Take a look at an email body saved as pure text (don't look with a browser, a system default small text editor would work) and see what tags enclose the text for say bold. Use these same tags to enclose the text to be bolded. -bd
joegold Posted July 13, 2002 Author Posted July 13, 2002 I tried to view a message with various formatting in simpletext, but still could not see the tags. What text editor do you suggest I use? I am on a mac.
LiveOak Posted July 13, 2002 Posted July 13, 2002 A little experimentation and I found that the HTML version of the email is sent as an attached file which is stripped by the browser and used for display or, in the case of my experiment which received with a FM plug-in, saved as a separate html file. I got nothing the first time, because I sent the message in both plain text and html. The second test I sent only html and the email plug-in had a message in the email body to look for a htm file on the hard drive. I SENT (WITH APPROPRIATE FORMATTING): This is plain text This is bold text This is underlined text This is italics This is in red This is bold and in red and underlined AND I RECEIVED: <html> <br>This is plain text <p><b>This is bold text</b> <p><u>This is underlined text</u> <p><i>This is italics</i> <p><font color="#EF1F1D">This is in red</font><b><u><font color="#EF1F1D"></font></u></b> <p><b><u><font color="#EF1F1D">This is bold and in red and underlined</font></u></b> <br> </html> Hope this helps, it looks like using html tags is what you need. What will be received is always a function of the email program rendering the html. -bd
mborgens Posted July 15, 2002 Posted July 15, 2002 I had a weird issue with text bolding and email on the Mac and Eudora (if I remember correctly PCs didn't have the issue). A staff member decided to bold sections of a FM 5.0 generated email before sending. On the sent email the URL hyperlink was broken. I don't know if it impacts you.
joegold Posted July 17, 2002 Author Posted July 17, 2002 Thanks for all your efforts, but I am still not getting bold text to output to my mail program. I am using a mac (v 9.2) with Outlook Express. I tried using your html tag suggestion both in the send e-mail command and the open URL command (using a mailto:). I could not get the bolding to appear in Outlook Express in both cases.
jonben Posted January 2, 2003 Posted January 2, 2003 I have the same problem with FMP 5 and Outlook. I'm not trying for bold, just carriage returns. I want each part of the email to be on a different line. I have gone through the same process as you: Using html tags both in the send email command and the open URL command and both failed. If anyone has any ideas, I'd love to hear them.
andygaunt Posted January 2, 2003 Posted January 2, 2003 Rather than the <p> tag have you tried the <br> tag? Which platform are you on?
jasonwood Posted January 2, 2003 Posted January 2, 2003 I didn't read the whole thread.... but perhaps I can help. If you want to do html formatting in an email, you can build the html normally, but you can't paste it into an e-mail client unless it supports complex html. For outlook/entourage, there is an AppleScript available called "Send Complex HTML". Basically you set up your message with subject and recipient, then activate the send complex html script, which asks you for an html file. It will then send the message immediately (or save in outbox) with the html formatting. You do not have a chance to edit it in outlook/entourage.
jonben Posted January 3, 2003 Posted January 3, 2003 I'm using a Mac and Filemaker 5.5. We have tried to use the <br> command, but it just puts the text <br> into the email calculation. I appreciate your help, so any other ideas would be greatly appreciated.
Recommended Posts
This topic is 7987 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