How to send a JS created qrcode in an email with PHPMailer
I have encoutenered a road block with my code. I was following some tutorials, I managed to separatly create an qr code generator with QRCode.js (it takes PersonID from the server, a forwards it as data for the generator). However,…