This topic is locked
[SOLVED]

 send email with QR Code

7/2/2014 9:49:27 AM
PHPRunner General questions
romaldus author

on "after record added" event it's easy to send html email with field value from database. How to send HTML email with QR Code (instead of field value)?

Admin 7/2/2014

Yes, it would be possible but you need to find a piece of PHP code that can generate QR code as an image for you. QR code plugin that comes with PHPRunner is Javascript based meaning it will only work in the browser. It will not work in email.
Check this PHP class:

http://sourceforge.net/projects/phpqrclass/
You will have to save generated QR code image to some temporary directory and then attach it to your email. See the latest example at http://xlinesoft.com/phprunner/docs/runner_mail_function.htm

romaldus author 7/3/2014

solved. Thanks

U
Ugain 7/4/2014



solved. Thanks


Can you share the solution with others on this forum?

romaldus author 7/4/2014



Can you share the solution with others on this forum?


check my tutorial here : http://www.asprunner.com/forums/topic/22390-send-html-email-with-qr-code/