|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
fax script
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 |
|||||||||||||||||||||||