webForumDet fria alternativet

CDonts

ASPur ASP

1 svar · 212 visningar · startad av Pellsater

PellsaterMedlem sedan juli 2000154 inlägg
#1

Vad betyder detta felmeddelande

CDONTS.NewMail.1 error '80020009'

503 Application Restarting

/tavla_skicka.asp, line 288

<%

svar = Request.form ("svar")
slogan = Request.form ("slogan")
namn = Request.form ("namn")
adress = Request.form ("adress")
postadress = Request.form ("postadress")
telefonnummer = Request.form ("telefonnummer")
email = Request.form ("email")
undersokning = Request.form("undersokning")

uppg = "Tack för ditt deltagande i muskelbutiken´s månadstävling." & vbCrLf
uppg = uppg & "Vinnaren presenteras på hemsidan, lycka till!" & vbCrLf & vbCrLf
uppg = uppg & "Namn: " & namn & vbCrLf
uppg = uppg & "Adress: " & adress & vbCrLf
uppg = uppg & "postadress: " & postadress & vbCrLf & vbCrLf
uppg = uppg & "Telefonnummer: " & Telefonnummer & vbCrLf 
uppg = uppg & "Email: " & Email & " " & stl & vbCrLf & vbCrLf
uppg = uppg & "SVAR" & vbCrLf 
uppg = uppg & svar & vbCrLf & vbCrLf 

uppg = uppg & "Produkt/tjänst som jag önskar:" & vbCrLf

uppg = uppg & slogan & vbCrLf & vbCrLf & vbCrLf
uppg = uppg & "Hur fick du veta om den här tävlingen?" & vbCrLf
uppg = uppg & undersokning

Set mail = Server.CreateObject("CDONTS.NewMail")
mail.Subject = "Tävlingssvar från " &namn
mail.Body = uppg
mail.from = "info@fitnessbutiken.se"
mail.Host = "mail.space2u.com"
mail.To = "info@fitnessbutiken.se"
mail.cc = email
Mail.bcc = "bepe@amts.nu"
mail.Send 
set mail = Nothing

%>
timediaMedlem sedan maj 2001420 inlägg
#2

Kolla att du anger korrekt HOST.

134 ms totalt · 3 externa anrop · v20260731065814-full.b2af184d
0 ms — hämta forumlista (cache)
0 ms — hämta statistik (cache)
131 ms — hämta tråd, inlägg och bilagor (db)