On Sun, Jan 17, 2010 at 9:57 PM, Kirk Z Bailey wrote:
> There is no smtp server available, these are the cards I am delt; can you
> advise on how to play them?
A couple of possibilities:
- I'm no expert on SMTP but don't the MTAs talk SMTP to each other on
port 25? Could you use smtplib to talk
2010/1/17 Kirk Z Bailey
> I am writing a script that will send an email message. This will run in a
> windows XP box. The box does not have a smtp server, so the script must
> crete not merely a smtp client to talk to a MTA, it must BE one for the
> duration of sending the message- then shut off,
On So, 2010-01-17 at 15:45 -0500, Kirk Z Bailey wrote:
> I am writing a script that will send an email message. This will
> run in a windows XP box. The box does not have a smtp server, so
> the script must crete not merely a smtp client to talk to a MTA,
> it must BE one for the duration of sen
Kent Johnson wrote:
> On Sun, Jan 17, 2010 at 3:45 PM, Kirk Z Bailey
> wrote:
>> I am writing a script that will send an email message. This will run in a
>> windows XP box. The box does not have a smtp server, so the script must
>> crete not merely a smtp client to talk to a MTA, it must BE one
On Sun, Jan 17, 2010 at 3:45 PM, Kirk Z Bailey wrote:
> I am writing a script that will send an email message. This will run in a
> windows XP box. The box does not have a smtp server, so the script must
> crete not merely a smtp client to talk to a MTA, it must BE one for the
> duration of sendin