Hi Richard,

Sorry for the delayed reply. If you call cgiemail as a URL the same way a form does when using the GET method, you can use

get url "http://www.domain.com/cgi-bin/cgiemail.cgi?lotsofparameters=lotsofvariables "

Just make sure the internet library is available. Also, you might want to check the "post" entry in the docs. You should be able to call the cgi using a url to the server Rev CGI is running on.

Surely, you could also use one of the SMTP libraries to send out e- mail directly. I did this, but noticed that the way this works depends on the server configuration, which one doesn't always have control of.

Best regards,

Mark Schonewille

--

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Convert colours between different colour spaces with Color Converter. Download at http://economy-x-talk.com/cc.html



Op 20 feb 2008, om 20:00 heeft Richard Miller het volgende geschreven:

Hi Mark,

Maybe I'm missing something, but it seems that cgiemail is designed to work when generated from an html input form. What I need to do is send an email directly to a recipient right from my Rev cgi program (where the email address is coming out of a database...not from a form). Can cgiemail do that?

Thanks.
Richard


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to