Kartic a écrit :
manatlan said the following on 1/31/2005 5:46 PM:
I like the idea, but how to connect the virtual smtp and a python
script ?
but ... There should be a way to be python only ... because i don't
want to be very complex, i just want to get the subject of the email,
to run some com
manatlan said the following on 1/31/2005 5:46 PM:
I like the idea, but how to connect the virtual smtp and a python script ?
but ... There should be a way to be python only ... because i don't want
to be very complex, i just want to get the subject of the email, to run
some commands (and perhaps
Mitja a écrit :
On Mon, 31 Jan 2005 23:23:46 +0100, manatlan
<[EMAIL PROTECTED]> wrote:
in fact, i'd like to control "computer A" by sending smtp email from
"computer B".
What kind of server should i write on computer "B", a smtp server ? a
pop server ?
It would be easier if you used an ex
On Mon, 31 Jan 2005 23:23:46 +0100, manatlan <[EMAIL PROTECTED]>
wrote:
in fact, i'd like to control "computer A" by sending smtp email from
"computer B".
What kind of server should i write on computer "B", a smtp server ? a
pop server ?
It would be easier if you used an existing mail serve
In an intranet/lan, i'd like to put a "python server script" (which run
forever) on a computer A...
On another computer B, I'd like to send smtp-email to the computer A ...
(send to "[EMAIL PROTECTED]", for example ...126.52.12.12 is the ip
address of "B")
in fact, i'd like to control "compute