Cliff Rubin wrote:

I want to use sendmail in an asp page, thought the best way would be to call a simple perl script; does anyone know how to do that? Thanks;
Cliff

In ASP, in a <% ... %> tag you are basically "in Perl", so just do whatever you would do in a "regular" perl script, e.g. open a PIPE to the sendmail binary, etc.

...or use MIME::Lite, and let it take care of your mailing :)

- Fagzal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to