Skip to main content
Question

From QR Code/Raster to custom HTML Email

  • January 19, 2025
  • 2 replies
  • 55 views

salvaleonrp
Enthusiast
Forum|alt.badge.img+15

I have a workbench file that generates the raster created by the QRCodeGenerator. So I have two output streams, the raster itself from the data stream and the PNG created by the PNG Format writer.

 

Each QR code has URL data with dynamic parameters that can open an AGOL feature using the Camera app (Ios) or Google Lens app (Android OS).

 

I’d like to extend this use case futher to include generating an email using the QR Code as a clickable image that opens the URL data of the QR Code.  The way to accomplish this is make the email in HTML with an HREF link to the QR Code PNG sent from that email.

 

My challenge is how to create this email with Custom HTML that will make this picture an inline image on the email and not as an attachment or a reference to a picture stored from another server.

 

Hope I can hear out out some suggestions or snippets of Custom HTML that will create this HTML email with the HTMLReportGenerator transformer.

 

I do not have FME Server so I’ll have to use Form Emailer transformer with Gmail to accomplish this.

2 replies

ctredinnick
Supporter
Forum|alt.badge.img+18
  • Supporter
  • January 19, 2025

You can embed the image in line encoded as base64, making that with a BinaryEncoder on the raster/png.

Probably google search for the HTML syntax to use for that, something like this https://www.tempmail.us.com/en/base64/embedding-images-in-html-emails-with-base64-encoding


salvaleonrp
Enthusiast
Forum|alt.badge.img+15
  • Author
  • Enthusiast
  • January 20, 2025

Thanks @ctredinnick. I “discovered” a simpler solution with the emailer configuration attachment.

I was able to email the QRCode in my email with the emailer configuration and html snippet below.

 

 

Interestingly, the image attachment and its content-id weere useful in the custom html to display the image on the email as inline. The image did not display as an attachment either. Something I discovered by accident. :) 

Next task:

What I’d lke to do next is use the data URL value of the qr code as an href link. I need some ideas on this task. I replaced the emailer configuration with the HTMLReportGenerator and some workaround to repair the hyoperlink.

I have not any success yet. 


Here’s my HTMLReportGenerator configuration.


This image probably needs to be in Custom HTMLso I can use a href. 

Ideas are welcome.Thanks


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings