Hi Zeynel,
  You will need to write your own generate_invite_link function.  How
you will do that depends on your app, but presumably you will direct
users to some URL specific to that user and ask them to signup or
something.



Robert








On Wed, Nov 17, 2010 at 23:30, Zeynel <[email protected]> wrote:
> How do we generate invite link in this example:
>
> http://code.google.com/appengine/docs/python/mail/sendingmail.html
>
> message.body = """
> I've invited you to Example.com!
>
> To accept this invitation, click the following link,
> or copy and paste the URL into your browser's address
> bar:
>
> %s
>        """ % generate_invite_link(to_addr)
>
> Is "generate_invite_link()" a function that we need to supply? What is
> it? 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 [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.
>
>

-- 
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