Hallo...
ja, einen tip könnt ich dir erstmal geben.
Dim Variable1,Variable2,Variable3,Variable4,Variable5,...
probier mal des hier:
set mymail = Server.CreateObject("CDONTS.NEWMAIL")
mymail.from = ....
mymail.to = ....
mymail.cc = ....
mymail.subject = ...
mymail.body = ...
// und zum Senden danach:
mymail.send
????????????????????????????????????????????
Bei mir macht mein Serverchen das wunderbar, keine Fehlermeldung - jedoch kommt nie ein eMail an auch nicht bei sowas:
set mymail = Server.CreateObject("CDONTS.NEWMAIL")
mymail.from = "ff@gmx.xx"
mymail.to = "ff@gmx.de"
mymail.subject = "Email angekommen"
mymail.body = "Toll, das hat funktioniert"
for i=1 to 100 step 1
mymail.send
next
Wenn ich wüßte wo da das Problem liegt... hmm??
Grüße, Frank