Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.83k stars 208 forks source link

Can we send bardcode in email #59

Closed irfanDC closed 5 years ago

irfanDC commented 5 years ago

Can we send barcode in email ? I tried but not able to send

irfanDC commented 5 years ago

$qrcode = new BaconQrCodeGenerator; $barcode = $qrcode->size(500)->generate("Hello e-ticket");

and sending barcode in email message. but empty going

DASPRiD commented 5 years ago

I have no idea, which class BaconQrCodeGenerator is, that one doesn't exist in this project.