Probleme confirmation mail en asp

Bonjour a tous , j essais de retournée un mail de confirmation et sa me retourne cette erreur

quelqu'un aurais une idée du problème merci d avance

Microsoft OLE DB Provider for ODBC Drivers erreur '800401f3'

[Microsoft][Gestionnaire de pilotes ODBC] Échec SQLSetConnectAttr du pilote

/TestConfirmation.asp, ligne 31

voici le code

dim mailer, body

body="test"
'on envoie le mail

****---ligne 31 -----> set mailer = server.createobject("CDONTS.Newmail")
mailer.to = "test@live.ca"
mailer.from = "test@live.fr"
mailer.subject = "test"
mailer.body = body
mailer.bodyformat = 0
mailer.mailformat = 0
mailer.Send
set mailer = nothing
Configuration: Windows Vista,acces 2007 , iis 7.0
Firefox 3.0.8

1 réponse