Hi,
I'm looking for a small and local (on same machine) SMTP service or app that always runs outside of VFP on the same machine so that when I send an outgoing email from my VFP app, this service or app intercepts and contacts the actual smtp server for delivery. My app remains completely responsive at all times even when there are network, smtp or other external issues. I'm using it to send error emails with screenshots back to us.
Currently I send it to the smtp server directly from VFP and because now I'm including screenshots in the emails, the app is tied up for way too long, like 30-40 seconds for a 3.5mb screenshot file. I want the app to only prepare the email and hand it off to this ??? (that is outside my app) and continue doing what the app does with zero user delays...
I briefly look at the "VFP Parallel" processing articles a while back and wondering if that is overkill for this task?
I also looked at SmtpQ product from ChilKat which does exactly what I want, except it is only available in 64b...
Something simple is preferred?
Any ideas?
Stanley
I'm looking for a small and local (on same machine) SMTP service or app that always runs outside of VFP on the same machine so that when I send an outgoing email from my VFP app, this service or app intercepts and contacts the actual smtp server for delivery. My app remains completely responsive at all times even when there are network, smtp or other external issues. I'm using it to send error emails with screenshots back to us.
Currently I send it to the smtp server directly from VFP and because now I'm including screenshots in the emails, the app is tied up for way too long, like 30-40 seconds for a 3.5mb screenshot file. I want the app to only prepare the email and hand it off to this ??? (that is outside my app) and continue doing what the app does with zero user delays...
I briefly look at the "VFP Parallel" processing articles a while back and wondering if that is overkill for this task?
I also looked at SmtpQ product from ChilKat which does exactly what I want, except it is only available in 64b...
Something simple is preferred?
Any ideas?
Stanley