Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to associate more than one email address with a User account #19

Open
computmaxer opened this issue Dec 29, 2012 · 1 comment
Open

Comments

@computmaxer
Copy link
Owner

This is useful for people who want to forward their mail from more than one email address.

It would probably be located in an "Account Settings" or "Account Profile" link.

@computmaxer
Copy link
Owner Author

Probably want to store a ListProperty on the WTUser model, something like "emails".

It would contain the actual email address and then any other email addresses that the user wants to associate with his or her self.

Then when receiving an email, we'd look for users who have the to: address in their "emails" list. Then assign the package.owner to that user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant