send mail through webmail

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Enrique Palomo Jiménez

    #1

    send mail through webmail

    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
  • Chris Curvey

    #2
    Re: send mail through webmail

    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....

    Comment

    • Benji York

      #3
      Re: send mail through webmail

      Chris Curvey wrote:[color=blue]
      > 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.[/color]

      You can also try the almost-publicly-available package zope.testbrowse r
      (http://svn.zope.org/Zope3/branches/t...e/testbrowser/
      and http://benjiyork.com/zope.testbrowser-0.1.tgz). See the README.txt
      for general info and over_the_wire.t xt for how to use it to access web
      sites.
      --
      Benji York

      Comment

      • Benji York

        #4
        Re: send mail through webmail

        Benji York wrote:[color=blue]
        > You can also try the almost-publicly-available package zope.testbrowse r
        > (http://svn.zope.org/Zope3/branches/t...e/testbrowser/
        > and http://benjiyork.com/zope.testbrowser-0.1.tgz).[/color]

        I forgot to mention that it requires the ZopeInterface package from
        http://www.zope.org/Products/ZopeInterface.
        --
        Benji York

        Comment

        Working...