Se nemmeno ci provi a leggerli i link che ti diamo facciamo Natale...
Il bodyformat e il mailformat nella sintassi CDOSYS non esistono, giusto?
codice:
Do While Not RS.eof
set Mail = server.CreateObject("CDO.Message")
With Mail
If (Request("Format") = "Text") Then
.TextBody = Request("Body")
Else
.HTMLBody = Request("Body")
End If
.From = RSBODY("From_Email")
.To = RS("Email")
.Subject = Request("Subject")
.Send
end With
set Mail=nothing
RS.movenext
Loop
Manca ancora la configurazione che nel link di weppos c'č!
Roby