Re: anonimowe wysylanie poczty

Autor: PAMPA (prachwal_at_tytan.umcs.lublin.pl)
Data: Sun 27 Aug 2000 - 03:35:44 MET DST


Jak napisałem:
>postawisz sobie server APACHE pod win32, nastepnie napiszesz skrypt
>wysylajacy tekst z pliku na podana skrzynkę pocztową

obsługę STMP czyli wysyłanie poczty ma coś takiego jak REBOL w którym
można napisać skrypt CGI podpiety do APACHE, dowód - cytat z instrukci
REBOLA:

<cytat>

Simple Mail Transport Protocol (SMTP)

Simple Mail Transport Protocol (SMTP) controls the transfer of email
messages on the Internet. SMTP defines the interaction between Internet
hosts who participate in transporting email from a sender to its
destination.

REBOL provides the send function for sending a message to a receiver
based on SMTP. It expects your network configuration to be set up in the
user .r file.

The first and second entries must be set in the set-net block.

set-net [
    my-email-address_at_host.com smtp.host.com none none none
]

The first entry is your email address. The second entry is the domain
name of your Internet Service Provider's mail server. Often, an Internet
Service Provider (ISP) uses a domain name like mail.your-isp.net or
smtp.your-isp.net
The send function takes two arguments: (1) an email address and (2) a
message:

send some-one_at_host.com "Hi, REBOL."

</cytat>

Wiec czuje się bardziej obrażony niż upokożony, więc na przyszłość
czytaj uważniej całość zanim wyciągnies wnioski. W zasadzie na można by
coś podobnego zrobić w Perlu lub PHP3, ale niestety tego jeszcze nie
potrafie, ale możemy o tym pogadać za jakiś miesiąc jak bendę miał wolną
chwilę.

PAMPA



To archiwum zostało wygenerowane przez hypermail 2.1.7 : Tue 18 May 2004 - 20:32:22 MET DST