oppure
codice:Case "cdonts" Set objNewMail = Server.CreateObject ("CDONTS.NewMail") objNewMail.BodyFormat = 1 objNewMail.MailFormat = 0 On Error Resume Next '## Ignora Errore objNewMail.bcc "iltuoindirizzo@dipostaelettronica.it" objNewMail.Send strFromEmail, strRecipientsEmail, strSubject, strMessage If Err <> 0 Then Err_Msg = Err_Msg & "[*]Impossibile spedire l'email. Errore: " & Err.Description & "" End if On Error Resume Next '## Ignora Errore