Código PHP:
Dim ThisFile
ThisFile = "D:\DATOS\IntranetWeb\serviciosonline\Gestom_informes\trimestres\" & nombre



Código PHP:
' CDO mail object
Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
' CDO mail setttings
with objCDOMail
.BodyFormat = cdoBodyFormatHTML
.MailFormat = cdoMailFormatMIME
.Body = "TEXTO"
.Subject = "Cuestionario del Observatorio del Mueble"
.From = "[email protected]"
.Bcc = "[email protected]"
'.Cc = strCC
.MailFormat = 0
.AttachFile ThisFile
.Send
end with
' destroy object, free memory
set objCDOMail = nothing
Muchas gracias por adelantado a tod@s, salu2
