I have a form that outputs an RTF file with PHP and saves it to a folder, now that this is done and tested i need to send this RTF file via email to a specified email address.
Someone mentioned using the PEAR Mail library, is that the best option for this situation?
So my question - is there a better way of sending an RTF attached to an email, or shoudl i be using PEAR?
Edit: I've also realised i have no idea how to install PEAR libraries if that is the best option...
Someone mentioned using the PEAR Mail library, is that the best option for this situation?
So my question - is there a better way of sending an RTF attached to an email, or shoudl i be using PEAR?
Edit: I've also realised i have no idea how to install PEAR libraries if that is the best option...
Last edited: