How to lunch webpage without using SMTP server?

Doug Holton insert at spam.here
Wed Jul 21 14:42:13 EDT 2004


Cameron Laird wrote:
> In article <epidnf73c42RPWPdRVn-pQ at comcast.com>,
> Doug Holton  <insert at spam.here> wrote:
>
>>So what you want is to be able to send email from a python script 
>>running on your Windows computer, but you don't have access to an SMTP 
>>server.
>>So you need to run your own SMTP server on your Windows computer.  If 
> 
> 			.
> 			.
> 			.
> No, you don't.  If anything, as Grant Edwards points out elsewhere
> in this thread you need SMTP *client* code--which is easy enough in
> Python.

No, she does need to run her own SMTP server since she doesn't have 
access to an existing one.  You don't know the history of this thread.



More information about the Python-list mailing list