I have been task with sending emails from with a VB application. I figured, 'No Problem', just use CDONTS and I can send multiple attachments, have multiple addresses, everything.
Boy, was I wrong! It would appear that none of the damned workstations have SMTP Services installed and the boss does not want them changed. (Why would Outlook not install SMTP as a matter of course?) Also this application is to be sold to the outside world and there is no way for me to know what they do or do not have installed on their machines.
I can't just use the Outlook object because of the new problem that Outlook as been made to ask for confirmation before sending emails from outside applications.
I think that what I need to do is create something that sits on the server (which does have SMTP). I would need to pass the email information to that COM object, .exe, whatever and let the server send the emails.
Now to the real problem.....I don't know if what I am proposing is possible and if it is, I have never created a COM object before and am unsure how it would work. I need help!
Can anyone out there give me some advice or just point me in the right direction?
Boy, was I wrong! It would appear that none of the damned workstations have SMTP Services installed and the boss does not want them changed. (Why would Outlook not install SMTP as a matter of course?) Also this application is to be sold to the outside world and there is no way for me to know what they do or do not have installed on their machines.
I can't just use the Outlook object because of the new problem that Outlook as been made to ask for confirmation before sending emails from outside applications.
I think that what I need to do is create something that sits on the server (which does have SMTP). I would need to pass the email information to that COM object, .exe, whatever and let the server send the emails.
Now to the real problem.....I don't know if what I am proposing is possible and if it is, I have never created a COM object before and am unsure how it would work. I need help!
Can anyone out there give me some advice or just point me in the right direction?