REV Send Email via CGI and mail.php script on the fly?

Andre Garzia andre at andregarzia.com
Mon Aug 4 19:03:36 EDT 2008


Folks,

using smtp routines from a cgi is not the best solution. If the server
blocks, you end up eating server resources and many hosts will not
allow your cgi to open sockets to outside servers.

RevOnRockets has a library called RocketsSendmail that wraps around
the sendmail common unix tool to send emails, you can simply download
and use that instead of using a php file. I can assist

Cheers
andre

On Mon, Aug 4, 2008 at 2:34 PM, Mark Smith <lists at futilism.com> wrote:
> Yes, the SMTP libs would do the job from within Revolution, and on the
> server one could also use a simple shell call to sendmail (assuming it's
> some kind of unix/linux).
>
> Best,
>
> Mark
>
>
> On 4 Aug 2008, at 18:17, Mark Schonewille wrote:
>
>> Hi Mark,
>>
>> It looks like you want to use Sarah's or Sean's SMTP library, to send
>> e-mail directly from within Revolution, using your own e-mail server.
>>
>> --
>> Best regards,
>>
>> Mark Schonewille
>>
>> Economy-x-Talk Consulting and Software Engineering
>> http://economy-x-talk.com
>> http://www.salery.biz
>>
>> Benefit from our inexpensive hosting services. See
>> http://economy-x-talk.com/server.html for more info.
>>
>> On 4 aug 2008, at 18:14, Mark Smith wrote:
>>
>>> I'd also point out that it should also be possible to a) send the mail
>>> directly from the student to the teacher and b) use a rev CGI on the server
>>> without a php script.
>>>
>>> Best,
>>>
>>> Mark
>>
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



-- 
http://www.andregarzia.com All We Do Is Code.



More information about the use-livecode mailing list