Re: sending emails using URLRequest and php

2009-04-16 Thread I. Savant
On Apr 16, 2009, at 6:52 AM, I. Savant wrote: This is a discussion for another list, but have you thought of the security implications of hosting such a script on a public-facing server? This is the kind of wide-open thing spammers love to find ... Sorry for the noise, I hit send too ear

Re: sending emails using URLRequest and php

2009-04-16 Thread Reza Farhad
This was just a simple example of making this work, obviously it needs to be improved upon for implementation. Reza On 16 Apr 2009, at 11:52, I. Savant wrote: On Apr 16, 2009, at 5:26 AM, Reza Farhad wrote: The script sendInfo.php: This is a discussion for another list, but have you th

Re: sending emails using URLRequest and php

2009-04-16 Thread I. Savant
On Apr 16, 2009, at 5:26 AM, Reza Farhad wrote: The script sendInfo.php: This is a discussion for another list, but have you thought of the security implications of hosting such a script on a public-facing server? This is the kind of wide-open thing spammers love to find ... -- I.S.

Re: sending emails using URLRequest and php

2009-04-15 Thread Danny Thuering
Hi, You have to set the URL of your request to the URL of your php. Not to the URL of your HTML page. Bye Danny Sent from iPhone On 15.04.2009, at 18:45, Reza Farhad wrote: dear all I am looking at using URLRequest and php to configure my app to send an email by sending a post to a fo

Re: sending emails using URLRequest and php

2009-04-15 Thread Peter Blazejewicz
hi Reza, On Apr 15, 2009, at 7:04 PM, Reza Farhad wrote: That is what I did think initially and I tried that, but did not have any luck. If open the php page in safari I do get a mail sent but not if I try it from my code. Reza Have a look into some ADC documentation, e.g. "Creating RESTf

Re: sending emails using URLRequest and php

2009-04-15 Thread Reza Farhad
Danny That is what I did think initially and I tried that, but did not have any luck. If open the php page in safari I do get a mail sent but not if I try it from my code. Reza On 15 Apr 2009, at 17:54, Danny Thuering wrote: Hi, You have to set the URL of your request to the URL of your