Smtp loop

Hello,

when we send a email from a form with Cdonts it go in loop and send out a lot of email

this is the code and it is ok so i think that is a IIS problem, any help?

'Set objMail = Server.CreateObject("CDONTS.NewMail")

' objMail.From="email@domain.com"
' objMail.To="email@domain.com"

' objMail.Subject="Order "&Utente&" del "&day(date()) & " " & mesi1
& " " & year(date())
' objMail.BodyFormat = 0
'objMail.MailFormat = 0
'objMail.Body=body
'objMail.importance=2
'objMail.Send
'Set objMail = nothing

 

 

 

 

Top