Hi,
I have a webpage which use to send mail using ActiveXObject("Outlook.Application") in Javascript.
everything seems to be fine if Outlook is open and running on the client's computer. But if Outlook is closed, as expected, no mail is being sent.
So is there a way of sending the mail if...