RE: The documentation

Up to date:
http://code.google.com/appengine/docs/python/mail/overview.html
"The From: address can be the email address of a registered
administrator (developer) of the application, the current user if
signed in with Google Accounts, or any valid email receiving address
for the app (that is, an address of the form
[email protected])."

Not up to date:
http://code.google.com/appengine/docs/python/mail/sendingmail.html
"The sender address can be either the email address of a registered
administrator for the application, or the email address of the current
signed-in user (the user making the request that is sending the
message)."

On May 6, 4:36 am, "Nick Johnson (Google)" <[email protected]>
wrote:
> Hi Brandon,
>
> Any email address your app can receive email on (eg, appspotmail addresses)
> are also valid - could you use them as your sender addresses?
>
> -Nick Johnson
>
>
>
>
>
> On Wed, May 5, 2010 at 9:13 PM, Brandon Bloom <[email protected]> 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 and
> > these users never login. I set it up this way due to GAE's send_mail
> > sender restrictions [1].
>
> > I am considering upgrading my Google Apps Standard account to Google
> > Apps Premier. While there are only 2 actual human accounts, there are
> > half a dozen dummy accounts to satisfy Google Apps. These accounts
> > would cost me $50/year each if I were to upgrade. I have not yet tried
> > making only a single dummy account with various aliases (nicknames?),
> > but that would still cost me $50/year for the fake user account.
>
> > I contacted the Google Apps sales team, but they said that they do not
> > provide free or "standard" accounts on premier domains
> > (understandably). They suggested that I contact the Google App Engine
> > team to see if there a suggested workaround.
>
> > Is there a workaround?
>
> > Thanks,
> > Brandon Bloom
>
> > [1] "The sender address can be either the email address of a
> > registered administrator for the application, or the email address of
> > the current signed-in user (the user making the request that is
> > sending the message)."
> >http://code.google.com/appengine/docs/python/mail/sendingmail.html
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-appengine%2Bunsubscrib 
> > [email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. ::
> Registered in Dublin, Ireland, Registration Number: 368047
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to