Link to home
Start Free TrialLog in
Avatar of cmurugavel
cmurugavelFlag for United States of America

asked on

CFMAIL - Can we add 'bold' character in email message ?

Hi,

Is it possible to add 'bold' character message in the message text on CFMAIL ?


Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of jimmy282
jimmy282
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of iqbalwali
iqbalwali

You can write HTML mail using <CFMAIL> tag. Put your HTML tags between <CFMAIL>...</CFMAIL>
Hi there,

do this !!!

<CFMAIL TO="anand <anandkp@hotmail.com>"
     FROM="anand <anandkp@hotmail.com>"
     SUBJECT="checking html"
     SERVER="#ur mail server Ip#"
     TYPE="HTML">

     <TABLE ALIGN="center" WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
          <TR>
               <TD><B>fsdff</B></TD>
               <TD><I>sdfsf</I></TD>
          </TR>
          <TR>
               <TD><U>sdfsdf</U></TD>
               <TD><P>sdfsdf</P></TD>
          </TR>
          <TR>
               <TD><B><U><U><I>sdfsdf</I></U></U></B></TD>
               <TD><B><U><I><U>sfsdfsdfsdf</U></I></U></B></TD>
          </TR>
     </TABLE>

</CFMAIL>

=======================================================

K'Rgds
Anand
No comment has been added lately, so it's time to clean up this question.
I will leave the following recommendation in the Cleanup topic area:

Split jimmy282 & cheekycj

Please leave any comments here within the next four days.

mrichmon
EE Cleanup Volunteer