Re: [Tutor] smtplib question

2009-06-09 Thread Wayne
On Mon, Jun 8, 2009 at 1:42 PM, Albert-jan Roskam wrote: > > Hi, > > I made a very simple program to send everybody I know a change of address I > am parsing the .msg files with another function, which returns a set called > 'recipients'. > > The code below works, but it displays all recipients i

[Tutor] smtplib question

2009-06-08 Thread Albert-jan Roskam
Hi, I made a very simple program to send everybody I know a change of address I am parsing the .msg files with another function, which returns a set called 'recipients'. The code below works, but it displays all recipients in the 'to' field. That is, in the Nth iteration, N recipients are sho