My application does a bit of monitoring and status reporting to the sysadmin via the paradox "mail" object. This was all invisible to the user, until I started installing Outlook 2003. Now every time Paradox tries to send an email, the user gets a popup asking if it's OK.
Does anyone know a way around this? I thought about doing something like telnetting to an SMTP server but before I launch into that I'd like to see if there are any other options. I don't like the idea of leaving an SMTP server sitting on the network that allows emails from un-authenticated senders.
Another mail problem I've just been putting up with is that if the user has no email account set up on the workstation, Windows pops up an error dialog and then Paradox gives another two error dialogs. Putting it inside a try/catch blocks the Paradox error but the Windows one is still there. Is there any way to check if an account is available beforehand? I think the telnet-to-SMTP method would solve this also.
Does anyone know a way around this? I thought about doing something like telnetting to an SMTP server but before I launch into that I'd like to see if there are any other options. I don't like the idea of leaving an SMTP server sitting on the network that allows emails from un-authenticated senders.
Another mail problem I've just been putting up with is that if the user has no email account set up on the workstation, Windows pops up an error dialog and then Paradox gives another two error dialogs. Putting it inside a try/catch blocks the Paradox error but the Windows one is still there. Is there any way to check if an account is available beforehand? I think the telnet-to-SMTP method would solve this also.