Hi Everyone,
I have a mysql database that I query to display the folling results in a table.
pdffile acct# acct name docdate
I want to be able to add an additional field to the line that will allow the user to mail this accounts pdf to them, by spawning a mail form with the file already attached. The mail for would have a place to enter the following.
to:
from:
sub:
body:
pdffile acct# acct name doc date [mail pdf script]
I have seen a lot of send mail scripts, but nothing like what I am looking for. Any help, suggestions or a point in the right direction will be appreciated.
Thanks