, , .
Webform , , .
What you ask can be easily implemented using a custom module that will show a checkbox in the user profile (or when the user logs in) and which will implement a page that allows you to export email addresses. It can also implement hook_cron()to automatically export email addresses to a file.
Any implementation should take into account that users can change the idea at every moment, and their email address should be deleted in this case.
source
share