[web2py] Re: mail.send transposing to and subject ; can anybody explain this?

2012-11-01 Thread Gustavo Pereira
Guys I figured out how to solve this bug ... in my version of web2py 1.99.2 changed in the file db.py line: email = auth.settings.mailer to: mail = Mail () Em sexta-feira, 17 de agosto de 2012 18h25min44s UTC-3, Cliff Kachinske escreveu: The simple controller says this: record =

[web2py] Re: mail.send transposing to and subject ; can anybody explain this?

2012-08-17 Thread Niphlod
It was a bug (just a display type, mails are sent correctly, it is only the print to the logging that is misplaced), that is fixed in recent versions. On Friday, August 17, 2012 11:25:44 PM UTC+2, Cliff Kachinske wrote: The simple controller says this: record = get_email_record()

[web2py] Re: mail.send transposing to and subject ; can anybody explain this?

2012-08-17 Thread Cliff Kachinske
Many thanks. It was mighty strange, since I've used mail.send() before without problem. On Friday, August 17, 2012 7:01:55 PM UTC-4, Niphlod wrote: It was a bug (just a display type, mails are sent correctly, it is only the print to the logging that is misplaced), that is fixed in recent