|
Posted by J.O. Aho on 10/06/04 11:41
AK wrote:
> The invoice email is sent from the server, not from our client side system.
> It is a server side, automated cron tab, pdf generation and sending of the
> pdf invoice by the 3party sender, that I am trying to accomplish.
Using pdflib (see http://www.php.net/manual/en/ref.pdf.php), you generate pdf
on the server, you can have function in your web-application that auto
generates the pdf, fetches e-mail address from a database (or allow the one
visiting the page enter the e-mail) and mail the pdf to the client.
This don't require any cron jobs.
//Aho
Navigation:
[Reply to this message]
|