Posts Tagged ‘html email’

How would you store the html output of a remote php file in a variable?

I want to write a php script that sends an html email – the content of which is supplied by the output of another php file.

Do you know of any way to do this?

Many thanks