[web2py] Re: I get an error whenever I try to send an email from within web2py that doesn't seem related to the

2016-03-28 Thread Valdeck Rowe
Never mind, problem solved. I suspect that I wasn't referencing the object attribute - which is the source for the message - properly. Lesson learned - it does help to read the underlying code. On Monday, March 28, 2016 at 7:12:55 AM UTC-5, Valdeck Rowe wrote: > > Ok still having an issue with

[web2py] Re: I get an error whenever I try to send an email from within web2py that doesn't seem related to the

2016-03-28 Thread Valdeck Rowe
Ok still having an issue with web2py email: I'm still using the default email setup with my credentials in the appconfig file I've moved past the payload issue. It turns out that the message variable wasn't receiving a value as intended. That sorted, I'm now getting another inscrutable error

[web2py] Re: I get an error whenever I try to send an email from within web2py that doesn't seem related to the

2016-03-27 Thread Valdeck Rowe
Thanks, that helped. The message variable was causing the issue. I used attachment when I was trying to track down the payload variable. On Saturday, March 26, 2016 at 4:10:14 PM UTC-5, Anthony wrote: > > What is the value of "message", and why are you passing an empty list as > the

[web2py] Re: I get an error whenever I try to send an email from within web2py that doesn't seem related to the

2016-03-26 Thread Anthony
What is the value of "message", and why are you passing an empty list as the "attachment" argument (maybe try removing that)? Anthony On Saturday, March 26, 2016 at 4:08:05 PM UTC-4, Valdeck Rowe wrote: > > The thing is that the error doesn't seem to have anything to do with the > the code I