1. sendmail

can anyone tell me how I would send mail using euphoria and sendmail?  I 
have never used sendmail and would appreciate any response.

Thanks, 
   Robert Szalay

new topic     » topic index » view message » categorize

2. Re: sendmail

Robert Szalay wrote:
> can anyone tell me how I would send mail using euphoria and sendmail?  I 
> have never used sendmail and would appreciate any response.

The MicroEconomy CGI program on our site
uses sendmail. It's running on a FreeBSD system.
There are also freeware/shareware versions of sendmail
for Windows. You just have to use system() with standard input
and command-line options:

system("/usr/sbin/sendmail -t < temp.txt >/dev/null", 2)
(where temp.txt was created just before this line)
The location of sendmail could be different on your machine.

See:  http://www.rapideuphoria.com/economy.txt
for the whole program.

Regards,
    Rob Craig
    Rapid Deployment Software
    http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu