I have a VFP application that sent me email from my client's site when an error occurred, using Internet Explorer. Apparently, recent security patches have pulled the plug on this functionality, because it has quit working.
I rewrote the function, using FTP to send the message to our FTP site as a file, but now am writing a piece on our end to monitor the site for files and email me the file contents when one appears, using Outlook. That method now pops up the message "Someone is trying to send email from your location, is it okay?", which will not work for an unattended app that runs every 10 minutes (24/7).
I noticed an FAQ about using cdo to send email and I am experimenting with that now, but I worry that it has been thwarted somehow, too.
Does anyone have a way to avoid this security blanket when you have a legitimate reason to send email programatically?
Regards, Dick![[wiggle] [wiggle] [wiggle]](/data/assets/smilies/wiggle.gif)
I rewrote the function, using FTP to send the message to our FTP site as a file, but now am writing a piece on our end to monitor the site for files and email me the file contents when one appears, using Outlook. That method now pops up the message "Someone is trying to send email from your location, is it okay?", which will not work for an unattended app that runs every 10 minutes (24/7).
I noticed an FAQ about using cdo to send email and I am experimenting with that now, but I worry that it has been thwarted somehow, too.
Does anyone have a way to avoid this security blanket when you have a legitimate reason to send email programatically?
Regards, Dick
![[wiggle] [wiggle] [wiggle]](/data/assets/smilies/wiggle.gif)