How should email address opt-in implemented? -
Scenario:
The user gives you an email address before signing up for the services, Email address must be validated - You email, click on the URL, then they can subscribe to the services.
Question:
What does the URL look like? I'm thinking that a random guide would be fine.
Do you use the same random key to cancel requests?
Is anyone looking for double-opt-in to implementing a good open source?
I have used random GUID before such objectives to verify an email account, And it works well until you're working with ultra-safe, ultra-sensitive data, then it should be enough. I do not see the reason for using a single GUID for no request - in this way you need to store a GUID in an account that your Subscriber database (or you can store them). You can add unsubscribed links at the bottom of all e-mails, which can make this a simple one-click option.
Comments
Post a Comment