Jump to content
Server Maintenance This Week. ×

send email with formatting


joegold

This topic is 7794 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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>

&nbsp;

<br>This is plain&nbsp; 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>&nbsp;</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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 5 months later...

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 7794 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.