Does anyone know if its possible to have a php script which calls a script that generates an image and then sends it to an email address? I am able to send images which are not generated, but the generated ones do not seem to go through. Thanks
you would have to create it and save it to disk then grab the data and send it as an attachment and delete the file.
Try to generate the image, save it to the file system, then send it like you would a previously generated image.
If nothing else, are you able to post us the parts of your code that you think may be the problem?