On Mar 28, 2014, at 6:25 PM, Richard Miller <w...@together.net> wrote:

> 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


If the intranet is set up such that the emails can be obtained on the local 
network then, you can meet the requirements of IT by posting your data to an ip 
# on your company network.  You simply need to have PHP and a working email 
system installed on the receiving server/computer.

Alternatively, a database set up on a local server will also work.  I think the 
PHP solution my be easier.  I would show them the code I posted for you and 
have them give it a try.  We have found the solution to be very robust.


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

Reply via email to