Duda con formulario de contacto coldfusion
Publicado por Henrycr (1 intervención) el 02/01/2009 01:36:18
Hola amigos...una consulta, tengo el siguiente codigo en mi site, para un formulario de contacto, pero algo pasa que no llegan los correos al destino que se indica..que le pueden ver así por encima? Soy principiante en este tema...
La cuenta de correo (otra, no esta que pongo de ejemplo) si esta bien, me llegan correos normales, así que no se que podra ser...
Una ayudita?
<cfif not isdefined("step")>
<div class="tle1">CONTACTENOS</div>
<br />
<form id="Registration_Form" name="frm" action="index.cfm?subpage=contactenos" method="post">
<input class="input" type="hidden" value="1" name="step">
<table cellspacing="0" cellpadding="0" width="565" border="0">
<tbody>
<tr>
<td>Usa el siguiente formulario para que te agreguemos a la lista de noticias o para enviarnos tus consultas o dudas :<br />
<br />
<table cellspacing="0" cellpadding="0" width="565" border="0">
<tbody>
<tr>
<td width="115" height="25"><div align="right">* Email :</div></td>
<td width="10" height="25"> </td>
<td colspan="4" height="25"><div align="left">
<input class="input" id="Correo_Electronico" maxlength="50" size="40" name="Correo_Electronico" />
</div></td>
</tr>
<tr>
<td width="115" height="25"><div align="right">* telefono #:</div></td>
<td width="10" height="25"> </td>
<td width="204" height="25"><div align="left">
<input class="input" id="Tel_Casa" maxlength="25" size="40" name="Tel_Casa" />
</div></td>
</tr>
<tr>
<td width="115" height="25"><div align="right">* Comentarios :</div></td>
<td width="10" height="25"> </td>
<td colspan="4" height="25"><div align="left">
<textarea id="Comentarios" name="Comentarios" rows="3" cols="29"></textarea>
</div></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<BR /><BR />
<table cellspacing="0" cellpadding="0" width="500" align="center" border="0">
<tbody>
<tr>
<td><input class="input" id="Enviar" type="submit" value=" Enviar Información " name="Enviar" />
<input class="input" id="Limpiar" type="reset" value=" Limpiar Información " name="Limpiar" />
</td>
</tr>
</tbody>
</table>
</form>
</div>
<cfelse>
<cfset fecha = dateformat(now(),"mm/dd/yyyy")>
<cfmail To="[email protected]"
From="[email protected]"
Subject="contactenos : "
Server="mail.prueba.com" type="html">
<table border="1">
<tr><td>email :</td><td width="15"></td><td>#Correo_Electronico#</td></tr>
<tr><td>Phone :</td><td width="15"></td><td>#Tel_Casa#</td></tr>
<tr><td>Comments :</td><td width="15"></td><td>#Comentarios#</td></tr>
</table>
</cfmail>
<br><br>
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td height="15"></td></tr>
<tr><td height="15"><div align="center"><strong>Pronto nos pondremos en contacto para tramitar su inquietud
</strong><br /><br />Gracias por tomarnos en cuenta!</div></td></tr>
<tr><td height="25"></td></tr>
</table>
<br><br><br><br>
</cfif>
La cuenta de correo (otra, no esta que pongo de ejemplo) si esta bien, me llegan correos normales, así que no se que podra ser...
Una ayudita?
<cfif not isdefined("step")>
<div class="tle1">CONTACTENOS</div>
<br />
<form id="Registration_Form" name="frm" action="index.cfm?subpage=contactenos" method="post">
<input class="input" type="hidden" value="1" name="step">
<table cellspacing="0" cellpadding="0" width="565" border="0">
<tbody>
<tr>
<td>Usa el siguiente formulario para que te agreguemos a la lista de noticias o para enviarnos tus consultas o dudas :<br />
<br />
<table cellspacing="0" cellpadding="0" width="565" border="0">
<tbody>
<tr>
<td width="115" height="25"><div align="right">* Email :</div></td>
<td width="10" height="25"> </td>
<td colspan="4" height="25"><div align="left">
<input class="input" id="Correo_Electronico" maxlength="50" size="40" name="Correo_Electronico" />
</div></td>
</tr>
<tr>
<td width="115" height="25"><div align="right">* telefono #:</div></td>
<td width="10" height="25"> </td>
<td width="204" height="25"><div align="left">
<input class="input" id="Tel_Casa" maxlength="25" size="40" name="Tel_Casa" />
</div></td>
</tr>
<tr>
<td width="115" height="25"><div align="right">* Comentarios :</div></td>
<td width="10" height="25"> </td>
<td colspan="4" height="25"><div align="left">
<textarea id="Comentarios" name="Comentarios" rows="3" cols="29"></textarea>
</div></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<BR /><BR />
<table cellspacing="0" cellpadding="0" width="500" align="center" border="0">
<tbody>
<tr>
<td><input class="input" id="Enviar" type="submit" value=" Enviar Información " name="Enviar" />
<input class="input" id="Limpiar" type="reset" value=" Limpiar Información " name="Limpiar" />
</td>
</tr>
</tbody>
</table>
</form>
</div>
<cfelse>
<cfset fecha = dateformat(now(),"mm/dd/yyyy")>
<cfmail To="[email protected]"
From="[email protected]"
Subject="contactenos : "
Server="mail.prueba.com" type="html">
<table border="1">
<tr><td>email :</td><td width="15"></td><td>#Correo_Electronico#</td></tr>
<tr><td>Phone :</td><td width="15"></td><td>#Tel_Casa#</td></tr>
<tr><td>Comments :</td><td width="15"></td><td>#Comentarios#</td></tr>
</table>
</cfmail>
<br><br>
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td height="15"></td></tr>
<tr><td height="15"><div align="center"><strong>Pronto nos pondremos en contacto para tramitar su inquietud
</strong><br /><br />Gracias por tomarnos en cuenta!</div></td></tr>
<tr><td height="25"></td></tr>
</table>
<br><br><br><br>
</cfif>
Valora esta pregunta


0