Re: [Tutor] Using python's smtp server

2013-12-13 Thread Vincent Davis
Mark,
Thanks mark, It had been about 15hr since I posted to
python-list@python.organd had not seen a response so I thought I would
try
tutor.python.org.
Well I got a response now, not that it helped, but I respond on that list.
Thanks again.

Vincent Davis
720-301-3003


On Fri, Dec 13, 2013 at 10:07 AM, Mark Lawrence wrote:

> On 13/12/2013 16:48, Vincent Davis wrote:
>
>> I have an app that generates a file one a day and would like to email it
>> using python's SMTP server.
>> http://docs.python.org/2/library/smtpd.html#smtpd.SMTPServer
>> The documentation is kinda sparse and I cant seem to find any good
>> examples.
>>
>> Basically what I want to do; when my app runs it would initiate a SMTP
>> server, send the attachment and shutdown the SMTP after.
>>
>> Vincent Davis
>> 720-301-3003
>>
>>
> Please refer to the answer you've already received on the main Python
> mailing list.
>
> --
> My fellow Pythonistas, ask not what our language can do for you, ask what
> you can do for our language.
>
> Mark Lawrence
>
> ___
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Using python's smtp server

2013-12-13 Thread Mark Lawrence

On 13/12/2013 16:48, Vincent Davis wrote:

I have an app that generates a file one a day and would like to email it
using python's SMTP server.
http://docs.python.org/2/library/smtpd.html#smtpd.SMTPServer
The documentation is kinda sparse and I cant seem to find any good examples.

Basically what I want to do; when my app runs it would initiate a SMTP
server, send the attachment and shutdown the SMTP after.

Vincent Davis
720-301-3003



Please refer to the answer you've already received on the main Python 
mailing list.


--
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.


Mark Lawrence

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


[Tutor] Using python's smtp server

2013-12-13 Thread Vincent Davis
I have an app that generates a file one a day and would like to email it
using python's SMTP server.
http://docs.python.org/2/library/smtpd.html#smtpd.SMTPServer
The documentation is kinda sparse and I cant seem to find any good examples.

Basically what I want to do; when my app runs it would initiate a SMTP
server, send the attachment and shutdown the SMTP after.

Vincent Davis
720-301-3003
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor