Re: send mail through webmail

2005-09-21 Thread Benji York
Benji York wrote: > You can also try the almost-publicly-available package zope.testbrowser > (http://svn.zope.org/Zope3/branches/testbrowser-integration/src/zope/testbrowser/ > > and http://benjiyork.com/zope.testbrowser-0.1.tgz). I forgot to mention that it requires the ZopeInterface package

Re: send mail through webmail

2005-09-21 Thread Benji York
Chris Curvey wrote: > If you have to do it thru the web, I would use one of the "browser" > packages (mechanize, mechanoid, PAMIE, or IshyBrowser). Then you can > scrape the site, fill out the forms, press the buttons, etc. You can also try the almost-publicly-available package zope.testbrowser

Re: send mail through webmail

2005-09-21 Thread Chris Curvey
If you have to do it thru the web, I would use one of the "browser" packages (mechanize, mechanoid, PAMIE, or IshyBrowser). Then you can scrape the site, fill out the forms, press the buttons, etc. This will be a *lot* more painful than using SMTP -- http://mail.python.org/mailman/listinfo

send mail through webmail

2005-09-21 Thread Enrique Palomo Jiménez
Hello all, i'd like to send mails from my account. At office it's easy because, i can access directly to the mail server and smpt works fine. but now, i'm working out of office and i can access via web, login, ... is there a way to send mails by microsoft outlook web access? thanks -- http:/