i’ve been using php’s pear Mail & Mail_Mime libraries to send well formatted html emails with/without attachments. some hosting companies don’t have these libraries installed, and are reluctant to do so.
so, i’m looking for a good technical source, tutorial, readable spec so i can write my own class using php’s mail function… do you know of a good one?
thanks,
rob.
There are instructions in the PEAR manual for installing using ftp. I have successfully used this to install PEAR on a web host that didn’t provide it. You could give that a go before looking for alternatives.