|
|
| Author |
Message |
milinangalia
New User
Joined: 26 Mar 2007 Posts: 4 Location: Bangalore
|
|
|
|
Is there a way to send mail from system in italics ? Below is my code
HELO FMRMVS1
RCPT TO: <Mailid>
DATA
SUBJECT: Notification
MIME-Version: 1.0
Content-type: text/html;
<PRE> <FONT FACE="ARIAL italic" SIZE=2 color=blue>
Body
.
QUIT
But still i am getting email in ARIAL font only ( not italic) |
|
| Back to top |
|
 |
References
|
Posted: Thu Jun 12, 2008 2:55 pm Post subject: Re: Way to send Email from system in italics |
 |
|
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1898 Location: Israel
|
|
|
|
You should look for a MIME reference.
O. |
|
| Back to top |
|
 |
milinangalia
New User
Joined: 26 Mar 2007 Posts: 4 Location: Bangalore
|
|
|
|
| Thanks I got it. Email text should be between <I> text <\I> |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8023 Location: 221 B Baker St
|
|
|
|
Thank you for posting the solution
d |
|
| Back to top |
|
 |
|
|