[web2py] Re: hiding email password

2010-05-23 Thread howesc
GAE has "magic" around sending emails. Someone extended the Mail() class in web2py to work with this magic. basically you don't need passwords to send from a GAE application if you are sending mail as one of the administrators. your configuration for mail should look like: mail=Mail()

[web2py] Re: hiding email password

2010-05-23 Thread Iceberg
On May24, 12:51am, mattynoce wrote: > hi, i have a question about sending emails. i'm running my program on > google app engine, and due to google's rules i need to have an > administrator as the "from" for all my emails. so i created an > account, let's call it "sampleemai...@gmail.com," figuring