Re: generate and send mail with python: tutorial

2011-08-13 Thread aspineux
On Aug 13, 3:00 am, Ben Finney wrote: > Ben Finney writes: > > What is the process if the OP, or someone to whom the OP delegates > > authority, wants to [contribute their work to the Python > > documentation]? > > The answer is partly at http://docs.python.org/documenting/>: > >     If you’re in

Re: generate and send mail with python: tutorial

2011-08-12 Thread Ben Finney
Ben Finney writes: > What is the process if the OP, or someone to whom the OP delegates > authority, wants to [contribute their work to the Python > documentation]? The answer is partly at http://docs.python.org/documenting/>: If you’re interested in contributing to Python’s documentation [

Re: generate and send mail with python: tutorial

2011-08-12 Thread Ben Finney
Terry Reedy writes: > >> aspineux wrote: > >>> Hi I have written a tutorial about how to generate and send emails > >>> with python. > Have you considered contributing a HOW-TO? I think Terry is referring to http://docs.python.org/howto/>. I agree that this should be submitted to that collecti

Re: generate and send mail with python: tutorial

2011-08-12 Thread Terry Reedy
On 8/12/2011 2:17 PM, aspineux wrote: On Aug 12, 3:38 pm, Steven D'Aprano wrote: aspineux wrote: Hi I have written a tutorial about how to generate and send emails with python. [...] Thank you, that is an extremely detailed tutorial. Thanks, It was my intention Have you considered cont

Re: generate and send mail with python: tutorial

2011-08-12 Thread aspineux
On Aug 12, 3:38 pm, Steven D'Aprano wrote: > aspineux wrote: > > Hi I have written a tutorial about how to generate and send emails > > with python. > > [...] > > Thank you, that is an extremely detailed tutorial. Thanks, It was my intention Alain > > -- > Steven -- http://mail.python.org/ma

Re: generate and send mail with python: tutorial

2011-08-12 Thread Steven D'Aprano
aspineux wrote: > Hi I have written a tutorial about how to generate and send emails > with python. [...] Thank you, that is an extremely detailed tutorial. -- Steven -- http://mail.python.org/mailman/listinfo/python-list

Re: generate and send mail with python: tutorial

2011-08-12 Thread aspineux
On Aug 12, 8:51 am, Dennis Lee Bieber wrote: > On Thu, 11 Aug 2011 08:07:09 -0700 (PDT), aspineux > declaimed the following in gmane.comp.python.general: > > > Hi I have written a tutorial about how to generate and send emails > > with python. > >         Is that really such a difficult task? Ye

Re: generate and send mail with python: tutorial

2011-08-12 Thread maedox
On Friday, August 12, 2011 8:51:33 AM UTC+2, Dennis Lee Bieber wrote: > On Thu, 11 Aug 2011 08:07:09 -0700 (PDT), aspineux > declaimed the following in gmane.comp.python.general: > > > Hi I have written a tutorial about how to generate and send emails > > with python. > > Is that really su

generate and send mail with python: tutorial

2011-08-11 Thread aspineux
Hi I have written a tutorial about how to generate and send emails with python. You can find it here http://blog.magiksys.net/generate-and-send-mail-with-python-tutorial And here is the content. Enjoy. This article follows two other articles (1, 2) about how to parse emails in Python. These