
este es el codigo
<%
Para = "[email protected]"
Asunto = "Hola Mundo"
HTML = "Rafa "
'línea 5
Set myMail = Server.CreateObject( "CDONTS.Newmail" )
myMail.BodyFormat = 0
myMail.MailFormat = 0
myMail.From = "[email protected]"
myMail.To = Para
myMail.Subject = Asunto
myMail.Body = HTML
myMail.Send
Set myMail = Nothing
%>
Tipo de error:
Objeto Server, ASP 0177 (0x8007007E)
8007007e
/mamao/cmail.asp, línea 6
espero me puedan ayudar!!!!!


