node.js - How to create anonymized email adress -
i need implement anonymized email adress feature in website, airbnb , homeaway do.
they create anonymous address each conversation between renter , landlord.
for example, homeaway has 09834b6-5apf-4731-3932-8ef5232dsd742a@messages.homeaway.com
and airbnb has 541kfgry7hnh343gnjvv23423t08k4g@reply.airbnb.com
(the ids leading @ have been altered).
airbnb reference: http://blog.airbnb.com/introducing-anonymized-email-addresses-airbnb/
i'm using node.js , sendgrid sending emails. process behind should using?
the homeaway esample looks uuid string. check on how generate uuid strings.
Comments
Post a Comment