|
" Hay la misma diferencia entre un sabio y un ignorante que entre un hombre vivo y un cadáver " - Aristóteles - ![]() |
Computerfacil.com |
Chat
Fotos
Últimos Posts
Ayuda
Búsqueda
Miembros
Calendario
|
| Bienvenido, invitado ( Identificarse | Registrarse ) | Reenviar mensaje de validación |
|
|
Forista del Mes: Kobas |
![]() ![]() ![]() |
| loya |
Publicado: May 27 2008, 04:01 PM
|
|
Nanobit ![]() Grupo: Miembros Mensajes: 15 Miembro nº: 38.813 Registrado: 16-April 08 |
Ola
Stoy aciendo una pagina web con php, y en una parte de la pagina envia mails con la estructura: <html> <head> <title>E-Mail HTML</title> </head> <body> </body> '; $para ="$email"; $sujeto = "SITIOEMPLEO.COM: Portal de empleo y ofertas de trabajo"; $cabeceras = "Content-type: text/html\r\n"; $cabeceras = "From: direccion@email.dom\r\nContent-type: text/html\r\n"; $mensaje .= "<p>ASUNTO: Sitioempleo-Alta usuario.</p> $mensaje.="<a href""mailto : </a>"; mail($para, $sujeto, $mensaje, $cabeceras) ?> y lo que quiero sk dentro del codigo del mensaje a mandar que aparezca un enlace que me abra el outlook. He encontrado el codigo <a href "mailto: "</a> que funciona fuera del mensaje pero no en el. Si alguien me puede ayudar!!! saludos |
| guaitaku |
Publicado: May 28 2008, 09:48 AM
|
![]() Developer Grupo: Super Moderadores Mensajes: 732 Miembro nº: 2.383 Registrado: 5-May 05 |
El mail desde donde lo abres?
Es posible que desde algun gestor webmail no te permita esa acción (incluso puede ser el navegador). Saludos ¿Quieres ganar dinero escribiendo sobre tus aficiones? - www.Redactores.es -------------------- ![]() |
| pabloarmijo |
Publicado: May 28 2008, 07:52 PM
|
![]() Principiante bit ![]() ![]() Grupo: Miembros Mensajes: 29 Miembro nº: 41.145 Registrado: 28-May 08 |
si lo que pasa es que ese codigo pide MICROSFT OUTLOCK y es super fome mira yo teng un codigo que sirve para php y HTML te lo doy y me avisas como va la abres en frontpage ok lo probe en mi pagina y funciona muy bien espero quete sirva ( este no utiliza outlock lo envia inmediatamente )
<? include ("cabeceraymenu.php");?> <!--Inicio tabla 3 contenido--> <!--Fin tabla 3 contenido--> <!--Inicio tabla 4 --> <div align="center"> <table border="0" width="770" id="table1" cellspacing="0" cellpadding="0" height="171"> <tr> <td> <p align="center"><strong><font size="2"> <span style="font-family: Trebuchet MS; text-decoration:underline"> CONTACTENOS</span></font></strong></p> <form action="http://www.sirvecom.cl/aximail.php" method="POST" name="consultas"> <table width="536" height="120" border="0" align="center" cellpadding="0" cellspacing="0" id="table2"> <tr class="Estilo53"> <td width="141"><div align="right" class="Estilo49"> <p align="left"><b> <font face="Verdana" style="font-size: 10pt">Nombre: </font></b></div></td> <td width="395"><div align="left"> <input name="NOMBRE" size="40" style="float: left"> </div></td> </tr> <tr class="Estilo53"> <td height="24"><div align="left" ><b> <font face="Verdana" style="font-size: 10pt">Apellido: </font></b> </div></td> <td height="24"> <div align="left"> <input name="Apellido" class="Estilo49" size="40" style="float: left"> </div></td> </tr> <tr class="Estilo53"> <td><div align="left"><b> <font face="Verdana" style="font-size: 10pt">E-mail:</font></b></div></td> <td> <div align="center"> <input name="EMAIL" size="40" style="float: left"> </div></td> </tr> <tr class="Estilo53"> <td><div align="left"><b> <font face="Verdana" style="font-size: 10pt">Asunto:</font></b></div></td> <td> <div align="left"> <input name="ASUNTO" class="Estilo49" id="s5" size="23" style="float: left"> </div></td> </tr> </table> <table width="537" border="0" align="center" cellpadding="0" cellspacing="0" id="table3"> <tr><td width="144" height="36"> <div align="left"> <b><font style="font-size: 10pt" face="Verdana">Mensaje:<br> </font></b> </div></td> <td width="393" height="36" class="Estilo53"> <p align="left"><font color="#000000"> <textarea rows="3" name="MENSAJE" cols="35" ></textarea></font></td> </tr> </table> <table width="300" border="0" align="center" cellpadding="0" cellspacing="0" height="38" id="table4"> <tr> <td valign="top"> <div align="center"> </div> <div align="center"> <input name="send" type="submit" class="Estilo96" value="Enviar Mensaje" style="font-family: Verdana; font-size: 8pt; font-weight: bold"> </div></td> </tr> </table> <input name="receptor" type="hidden" id="receptor" value="TU CORREO"> <input name="remitente" type="hidden" id="remitente" value="TU CORREO"> <input name="tema" type="hidden" id="tema" value="Consulta desde LINK DE TU PAGINA"> <input name="redireccion" type="hidden" id="redireccion" value="PAGINA DONDE SE CONFIRMARA EL CORREO "> </form></td> </tr> </table> </div> <!--Fin tabla 4 --> <? include ("fondo.php");?> Mensaje modificado por pabloarmijo el May 28 2008, 08:52 PM -------------------- ![]() |
![]() |
![]() ![]() ![]() |
|
|
|
eurodipity - eurodipity - eurodipity - eurodipity - eurodipity - eurodipity - eurodipity - eurodipity - eurodipity - eurodipity |
|