Dear forum,
I have trt to modify vbs macro for sending pfd files wia e-mails (csendmail).
It works quite well, but i need to attach multible attacments with it and it looks like impossible.
Could someone write little code sample how to
write it inside code?
Osoite = "mail@mail.com"
With PDFCreator
.cDefaultprinter = DefaultPrinter
.cSendMail .cOutputfilename , Osoite
'Wscript.Sleep 2000
'fso.Deletefile .cOutputfilename
.cClose
End With
Regards,