[google-appengine] Re: OpenID Attribute Exchange

2010-05-22 Thread Brandon Bloom
wrote: Which one? On Fri, May 21, 2010 at 2:48 PM, Brandon Bloom snprbo...@gmail.com wrote: Never mind -- I got an external implementation working for my needs. On May 20, 5:21 pm, Brandon Bloom snprbo...@gmail.com wrote: The docs say: Note: App Engine does not support OpenID

[google-appengine] Re: OpenID Attribute Exchange

2010-05-21 Thread Brandon Bloom
Never mind -- I got an external implementation working for my needs. On May 20, 5:21 pm, Brandon Bloom snprbo...@gmail.com wrote: The docs say: Note: App Engine does not support OpenID Attribute Exchange. Why not? Due to the nature of my app, I need email addresses for all of my users

[google-appengine] OpenID Attribute Exchange

2010-05-20 Thread Brandon Bloom
The docs say: Note: App Engine does not support OpenID Attribute Exchange. Why not? Due to the nature of my app, I need email addresses for all of my users. First and Last name would also be very nice. Will Attribute Exchange be supported eventually? Thanks, Brandon Bloom -- You received

[google-appengine] Re: send_mail sender restrictions and Google Apps Premier

2010-05-17 Thread Brandon Bloom
*bump* Any other suggestions? Thanks -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Re: send_mail sender restrictions and Google Apps Premier

2010-05-06 Thread Brandon Bloom
Hi Nick, Any email address your app can receive email on (eg, appspotmail addresses) are also valid I did not realize that. Maybe the documentation should be updated? could you use them as your sender addresses? The message would appear as From: Specified Name f...@appid.appspotmail.com

[google-appengine] Re: send_mail sender restrictions and Google Apps Premier

2010-05-06 Thread Brandon Bloom
? -Nick Johnson On Wed, May 5, 2010 at 9:13 PM, Brandon Bloom snprbo...@gmail.com wrote: Hi, My app sends and receives mail on a variety of @mydomain addresses. These addresses are Google Apps user accounts, but after initial setup, all of their mail is forward to an appspotmail address

[google-appengine] --smtp_host and --smpt_port

2010-02-23 Thread Brandon Bloom
I'm working on automated testing with Selenium for my App Engine app. I need the ability to assert the state of emails sent by dev_appserver.py during the tests. A simple smtpd.SMTPServer subclass should do the trick, but I've run into a blocking issue with -- smtp_host and --smtp_post not working