Hi there,
How can I send a HTML mail to my users after they register?
The snippet below does not work.
Any help?
 
 
<CFQUERY NAME="ValidateUser"
DATASOURCE="#application.PrimaryDataSource#" dbtype="ODBC">
    SELECT  client_username, client_password, client_id,
client_firstname, client_surname, client_admin
            FROM tbl_client 
            WHERE client_id = #id#
</CFQUERY>
 
 
 
 
 
<cfset session.NewReg = True>
<CFMAIL TO="#Form.client_email#"
FROM="[EMAIL PROTECTED]"
SUBJECT="Thanks for Your registration"
TYPE="HTML">
                                    <TABLE  border="0" cellspacing="0"
cellpadding="0" align="left" bgcolor="##00ffff">
                                                               <TR> 
 
<TD><img src="images/top_half_red_600.jpg" width="615" height="58"></td>
                                                              </TR> 
                                                              <TR>
 
<TD class="bodytext">&nbsp;</TD>
                                                              </TR>
                                                              <TR>
                                                            <TD><font
face="Arial" size="-1">Dear #Form.client_Firstname#,</font></TD>
                                              </TR>
                                                              <TR>
 
<TD class="bodytext">&nbsp;</TD>
                                                              </TR>
                                                              <TR>
 
<TD class="bodytext">&nbsp;</TD>
                                                              </TR>
                                                              <TR>
                                                           <TD><font
face="Arial" size="-1">Thanks for registering with us</font></TD>
                                                              </TR>

                                    </TABLE>
</cfmail>
 
Cheers!
 
Kodjo Ackah
Principal Consultant
Concrete Media Ltd
32 Great Sutton Street
Clerkenwell
London, EC1V 0DX
 
Tel:+44 (0)20 7251 8090
Fax: +44 (0)20 7251 8780
Mobile: +44 (0)7748 79 1038
 
Office Location: http://www.streetmap.co.uk/streetmap.dll?G2M?X=531852
<http://www.streetmap.co.uk/streetmap.dll?G2M?X=531852&Y=182204&A=Y&Z=1>
&Y=182204&A=Y&Z=1
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to