Hi leandro, it went good, now I'm attempting to send it via email suing a cfm page, this is the code of the coldfusion, so far is not working, would you help me?

Regards,


Gus



<cfmail from="#FORM.email#" to="i...@maflephoto.com" subject="Booking information from #FORM.nombre#" cc="#FORM.email#" replyto="#FORM.email#" type="html">



<table width="741" height="203" border="0">
  <tr>
    <td width="108" height="29">Name:</td>
    <td width="617" bgcolor="##FFFFFF"><B> #FORM.nombre# </B></td>
  </tr>
  <tr>
    <td height="24">Email:</td>
    <td  bgcolor="##FFFFFF">#FORM.email#</td>
  </tr>
  <tr>
    <td height="29">Address:</td>
    <td  bgcolor="##FFFFFF">#FORM.address#</td>
  </tr>
  <tr>
    <td height="22">Phone:</td>
    <td  bgcolor="##FFFFFF">#FORM.phone#</td>
  </tr>
  <tr>
    <td>Date of the session:</td>
    <td  bgcolor="##FFFFFF">#FORM.eventos#</td>
  </tr>
  <tr>
    <td  bgcolor="##FFFFFF">Comments:</td>
    <td  bgcolor="##FFFFFF"><p>#FORM.details#</td>
  </tr>
</table>



</cfmail>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to