Home All Groups Group Topic Archive Search About


Author
26 Oct 2007 9:13 AM
Koray Önür
hi,

how to do send fax script with fax e-mail delivery notification. here is
code but someting is missing. fax server not sending mail notification. can
anyboyd help me.

thanks,


set srv = CreateObject("FaxServer.FaxServer")
srv.Connect "."
set doc = srv.CreateDocument("c:\temp\faxdata.txt")
doc.FaxNumber = "4424553"
doc.EmailAddress = "ko***@korayonur.net"
doc.send

AddThis Social Bookmark Button