Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/07/2010, 07:57
Trulala de cordoba
 
Fecha de Ingreso: octubre-2000
Mensajes: 1.692
Antigüedad: 23 años, 6 meses
Puntos: 19
Respuesta: Porfa AYUDAAAA

Hola

Como te comente le vas a tener que comentar a tu proveedor de hosting para que te oriente, porque varía de acuerdo a la configuración del hosting.

En sm suele ir algo como "SMTP_SERVER" suele ir algo como

Código PHP:
<add key="SMTPServer" value="mail._mydomain_.net" />
<
add key="SMTPRequiresAuthentication" value="false" />
<
add key="SMTPUseSsl" value="false" />
<
add key="SMTPPort" value="25" />
<
add key="SMTPUser" value="" />
<
add key="SMTPPassword" value="" />
<
add key="SMTPTimeoutInMilliseconds" value="15000" />
<!-- 
leave this blank for ascii encoding -->
<
add key="SmtpPreferredEncoding" value="" />
 



<
system.net>
<
mailSettings>
<
smtp from="noreply@_mydomain_.net">
<
network
host
="mail._mydomain_.net"
port="25"
password=""
userName=""
/>
</
smtp>
</
mailSettings>
</
system.net
__________________
PD: Con amor, fe, amor a Dios y amistad podemos hacer un mundo mejor!!!!