Cita:
Iniciado por agugut
Y como lo pudiste solucionar?
Muchas Gracias
colocando en el envió
el server smtp,un usuario y contraseña valida, y el método o tipo de envió que soporta el server
CDO
http://classicasp.aspfaq.com/email/h...-with-cdo.html Código PHP:
<%
With cdoConfig.Fields
.Item(cdoSendUsingMethod) = cdoSendUsingPort
.Item(cdoSMTPServer) = "<enter_mail.server_here>"
.Item(cdoSMTPAuthenticate) = 1
.Item(cdoSendUsername) = "<enter_username_here>"
.Item(cdoSendPassword) = "<enter_password_here>"
.Update
End With
%>
suerte ahi en ese sitio hay mucha información
suerte