How do I get the email address of the person who clicked the link inthe email?

Z

Zeynel

Hello,

I am working with Google App Engine python version. The app sends an
email to the user with a link to a page to upload an image as an
avatar. It would be nice to have the email so that I can associate the
avatar with that email. How can I do this? Thank you.
 
A

alex23

I am working with Google App Engine python version. The app sends an
email to the user with a link to a page to upload an image as an
avatar. It would be nice to have the email so that I can associate the
avatar with that email. How can I do this? Thank you.

One approach would be to assign a unique identifier to the email
address, then include that identifier as a parameter in the link that
allows for image uploading: http://your.site.tld/avatar/upload/<unique_id>
(for eg)

Then the upload process can get the ID from the path and identify the
email address with which the image is associated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top