Subject: | Wish: change parse() |
I would like $html (first argument in parse()) to be parsed for image links even when it is not a URL, but a string containing HTML code.
(I often have to send mass mails where I read a HTML template from a file and then replace some parts of it with specific information like receivers name etc.. The way parse() works now, I first have to save my changed HTML code in a file and read it in back again, which is quite a waste of time and ressources)