Sending bulk email from a Python script

Simon Willison cs1spw at bath.ac.uk
Mon Mar 8 21:47:02 EST 2004


On 2004-03-08 20:36:34 -0600, claird at lairds.com (Cameron Laird) said:
> You didn't mention how often you're doing this.  If it's only daily, 
there's no problem looping through smtp.send()
> as you describe.  Really.  You're doing the right thing.

Excellent. We'll only be doing this once (or at most twice) a day. It 
sounds like smtp.send() is the way to go. I can always re-examine our 
options if we run in to performance problems.

Thanks a lot for the advice,

Simon




More information about the Python-list mailing list