Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 29755

QR code not appear in email when i sent email. Although I am converted it to img

$
0
0

I try to send email with qrcode, i convert it to image and it work on localhost, but when i send it to email the qr code does not appear!

<!DOCTYPE html>
<html>
<body dir="rtl">
<p>{!! $data['message'] !!}</p>   
<img src="data:image/png;base64, {!! base64_encode(QrCode::format('png')->size(100)->generate('helloworld')) !!} ">
</body>
</html> 

Viewing all articles
Browse latest Browse all 29755

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>