Comment 1 for bug 141104

Revision history for this message
Manatsawin Hanmongkolchai (whs) wrote :

I found this in utils.py, lastest revision

    headers = dictadd({
      'MIME-Version': '1.0',
      'Content-Type': 'text/plain; charset=UTF-8',
      'Content-Disposition': 'inline',
      'From': from_address,
      'To': ", ".join(to_address),
      'Subject': subject
    }, headers)

So, isn't it already in Web.py? Just use ('<email address hidden>', '<email address hidden>') as the to_address (not tested)