Thanks KL,
I found it's because "<META content="Microsoft FrontPage 5.0"
name=GENERATOR>" , once I took it out of the html msg, then it works.
Why is that?
Pls try:
<%
Dim MyCDONTSMail2
Dim HTML
Set MyCDONTSMail2 = CreateObject("CDONTS.NewMail")
HTML = "<!DOCTYPE HTML PUBLIC""-//IETF//DTD HTML//EN"">"
HTML = HTML & "<html>"
HTML = HTML & "<head>"
HTML = HTML & "<META content=""Microsoft FrontPage 5.0""
name=GENERATOR>"
HTML = HTML & "<title>Sending CDONTS Email Using HTML</title>"
HTML = HTML & "</head>"
HTML = HTML & "<body bgcolor=""FFFFFF"">"
HTML = HTML & "<p><font size =""3"" face=""Arial""><strong>"
HTML = HTML & "Name Of Store</strong><br>"
HTML = HTML & "Incoming Customer Order</strong></p>"
HTML = HTML & "<p align = ""center"">Bla Bla Bla Bla Bla</p>"
HTML = HTML & "</body>"
HTML = HTML & "</html>"
MyCDONTSMail2.From= "somebody@somewhere.com"
MyCDONTSMail2.To="xxx@hotmail.com"
MyCDONTSMail2.Subject="Incoming Customer Order"
MyCDONTSMail2.BodyFormat=0
MyCDONTSMail2.MailFormat=0
MyCDONTSMail2.Body=HTML
MyCDONTSMail2.Send
set MyCDONTSMail2=nothing
%>
[quoted text, click to view] "KL" <noname@nowhere.com> wrote in message
news:%23phDLXtAHHA.4212@TK2MSFTNGP02.phx.gbl...
>
> The 220 message is not an error, this is an informational message when you
> connect to the server.
>
> Make sure your messages isn't placed in your clients bulk mail folder at
> hotmail.
>
> Also, hotmail uses gray listing which basically means it takes at least
two
> attempts to deliver the email so don't expect it to popup immediately and
> check your resend settings in the smtp service.
>
> KL-
>
>
> <someone@js.com> skrev i meddelandet
> news:%23KcLdMcAHHA.4864@TK2MSFTNGP04.phx.gbl...
> > hi, a client reported he didn't received mail in his hotmail account.
and
> > I
> > found the following msg in the smtp log. where is mail goes? how to find
> > it
> > out? Please help...
> >
> > - -
> >
> > 2006-11-06 16:29:05 70.86.13.34 OutboundConnectionResponse SMTPSVC1
> >
> > APPLICATION - 25 - - 221+avenger.websitewelcome.com+closing+connection 0
0
> >
> > 49 0 6359 SMTP - - - -
> >
> > 2006-11-06 16:29:23 65.54.244.232 OutboundConnectionResponse SMTPSVC1
> >
> > APPLICATION - 25 - -
> >
> >
220+bay0-mc8-f12.bay0.hotmail.com+Sending+unsolicited+commercial+or+bulk+e-m
> >
ail+to+Microsoft's+computer+network+is+prohibited.+Other+restrictions+are+fo
> >
und+at+
http://privacy.msn.com/Anti-spam/.+Violations+will+result+in+use+of+e > >
quipment+located+in+California+and+other+states.+Mon,+6+Nov+2006+08:29:41+-0
> > 800+
> >
> > 0 0 308 0 360 SMTP - - - -
> >
> > 2006-11-06 16:29:23 65.54.244.232 OutboundConnectionCommand SMTPSVC1
> >
> >
> >
> >
>
>