I have generated a QR code from a .csv file and I want to share it via email in my angular app.
I am trying to send the data URL in the body.
Either attach the file using attachment or show the image in mail body using data URL.
I have generated a QR code from a .csv file and I want to share it via email in my angular app.
I am trying to send the data URL in the body.
Either attach the file using attachment or show the image in mail body using data URL.