Hello All,
We have a requirement for which our client want include QR code of an event in the Email to all the invitees.
There is a google api which is generating the QR code when a string is passed for example https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=contact_name
1) There should be unique QR code for each contact and the QR code should be sent via Email? Are there any possible solutions for this?
As of now we were able to generate the QR code with the googleapi URL and how to capture the image and include it in the Email is the bottleneck.
Any suggestions/feedback is appreciated.
*This post is locked for comments