>From: hlubenow <[EMAIL PROTECTED]> >To: python-list@python.org >Subject: Re: Can't Get Email Interface Working >Date: Sun, 08 Apr 2007 01:59:53 +0200 > >You can use it just like that: > >----------------------------------- > >from simplemail import Email >Email( > from_address = "[EMAIL PROTECTED]", > to_address = "[EMAIL PROTECTED]", > subject = "Subject", > message = "Text of the message" >).send() >
That's easy enough ;) I ran it from the python interpreter and it returned "True". I presume that's a good sign ;) Thanks, Eric _________________________________________________________________ Need a break? Find your escape route with Live Search Maps. http://maps.live.com/?icid=hmtag3 -- http://mail.python.org/mailman/listinfo/python-list