0
I am creating a simulator with cart, where when the customer adds the simulated product in the cart has to send the generated print along with the email to the commercial.
But I can’t think of a way for the generated image (CANVAS or IMG) to be sent together in the email via PHP.
Please add more information as you send the email, code, ...
– osiris85
I have not yet created the code to send the email, but the problem is in the fact that I use rasterizeHTML to generate a canvas from an html, soon after I send a link to use in the IMG tag, I need to send this img by email as an attachment
– Lucas Martins