hello, I would like to manage a newsletter from my web2py application. I'm already able to send html mails from it but I have 2 questions: - it's better to store my contacts in auth_user or in dedicated table? If I use auth_user I would have all the features to let access to some parts of my site only to logged in users without the need to replicate authorization around another table. But I don't if there are drawbacks for the newsletter use case know - I need that in every e-mail there is a link to allow the receiver of the newsletter to unsubscribe from the newsletter service. Is there something already in web2py to manage this (maybe in auth)? It looks similar to registration validation through e-mail only that clicking on the link in the e-mail the user must be unregistered, not registered
thank you for hints Marco --

