smtplib help

Carey Evans careye at spamcop.net
Tue Nov 27 05:45:47 EST 2001


"David A McInnis" <david at dataovation.com> writes:

> I do call quit().  Is is possible that the script is moving too fast for the
> smpt server to keep up?  If so, how can I slow it down?

Do you mean you call the quit() method and create a new smtplib.SMTP
object for each message?  You should be able to send all your messages
down one connection if one script is sending them, which would solve
the problem of using up all the available addresses.

-- 
	 Carey Evans  http://home.clear.net.nz/pages/c.evans/

		      "Ha ha!  Puny receptacle!"



More information about the Python-list mailing list