> > sendmail pe Linux. Ce-i fac sa mearga pe NT ? Are
> > vreun modul de "conversatie" cu un server mail ? (am
> > server de mail, dar tot NT, DAMN MS! )
>
> Fie el server de meil pe enti, fie pe linux, tot SMTP se chiama.
Da' el nu foloseste SMTP, foloseste sendmail.
Pe vremuri aveam si eu o functie Perl care trimitea mail in genul
#----------------------------------------------
open(MTA, ' | sendmail -t');
print MTA <<MAIL;
From: "mine"<[EMAIL PROTECTED]>
To: "tine"<[EMAIL PROTECTED]>
Subject: salut
Salut
MAIL
close(MTA);
#----------------------------------------------
Stiutorii de Perl sa ma scuze, n-am mai practicat de multisor. Ideea e
ca exista un switch (cred ca -t) in sendmail (de altfel suportat si de
Postfix) care-l faca sa inghita un mail de la STDIN cam in genul in care
se trimite in SMTP dupa DATA.
Mihai
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.