|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all
I have the following MIME settings in one of my scripts: Code:
echo $TO1"\n"$SUBJECT"\n"$PROCESS"\n"$FROM"\n"$CONTENT"\n"$FONT"\n"$MIME_PARM_1"\n"$MIME_PARM_2"\n" > $TN_MAIL with: Code:
PROCESS="MIME-Version: 1.0" CONTENT="Content-Type: text/enriched; charset=\"us-ascii\"" FONT="<FontFamily><param>Courier</param>" MIME_PARM_1="<Nofill>" MIME_PARM_2="<smaller><smaller>" Now the mail it outputs has the right font size (Courier 8, which is the smallest available in Outlook), however it jumps one line between each line of text: Line_1 Line_2 instead of Line_1 Line_2 Is there a setting I could use to fix this issue? Thanks! /Yann |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > Font size using MIME |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|