Does anyone know of a way to create a dynamic jpg image in php and attach it to an email using php without having to save the file to the server?
I know how to create the image and display it in the browser using php but is it possible to redirect the image stream so I can embed it as an attachment in an email instead of output to browser?