Howdy!

E-mail is, fundamentally, a text-only application. Non-plain-text data can be sent via that channel by encoding it into a text representation. Plain text has no concept of "font", "color", or "size".

I think you are asking the wrong question, or making incorrect associations.

When I send an e-mail message, I have no control, nor any reasonable expectation of influence over the specific type face, size, or color that the message will apepar in on the recipient's screen. If it is important to specify those parameters as a part of the content you are sending, you have to use a non-plain-text part in a multipart MIME message.

If you are constructing a text/plain part, you may presume that the recipient will view it in a fixed font. If they choose to use a proportional font, the table will be all messed up, but they should be able to deal with that. If their e-mail program won't let them control the font and inflicts a proportional font on them, they need to get a non-broken reader.

So, to get to your question: Not that I know of. Just format the text with blanks on the assumption that it will be viewed in a fixed font.

yours,
Michael

In reply to Re: E-mail font Mail::Sendmail by herveus
in thread E-mail font Mail::Sendmail by char_rooster

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.