If I understand what you are saying, you are suggesting that my LC app send out 
the results of its search to a central server, which then handles the emailing. 
This is what I wanted to do originally, and how I first developed this app.

What I have since been told by one client (who has about 100 Mac's) is that at 
their level of corporate business, they don't want any information leaving 
their network. Everything needs to be kept contained within their business. 
They have told me that this will generally be the case for many corporate 
clients of their size and larger.

The ideal way seems to be to have the app generate the email itself, using the 
SMTP parameters from the corporate mail server. Or by taking advantage of 
something like the sendemail command.

Thanks for your suggestion Mark. Did I misunderstand what you suggested?


Richard



On 3/28/14 6:07 PM, Mark Talluto wrote:
Richard,

I understand the need to develop this type of application.  You are going to 
want to run a php script on your server and have your mac app call the php 
script and send the needed parameters. This will keep things quite so the 
individual working on that system is not bothered by applications loading and 
interrupting their work flow.

I tried pasting working code to solve this problem here, but it seem to be 
upsetting some server somewhere.  It thinks I am doing something bad.  Sound 
familiar?  Oh well. I will put the code on in a text file on my server and make 
it available that way.  This link will get you some fully tested, working code. 
 If you have any questions, please let me know.

http://www.canelasoftware.com/pub/rev/mailCode.txt


Best regards,

Mark Talluto
canelasoftware.com






_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to