The Brisbane PHP & MySQL User Group Message Board › sendmail - TEXT Body or PDF attachment?
| Allen Chen | |
|
|
I am thinking about generating an end of month statement report for customers using PHP & Sendmail.
I have around 2000 customers and around 600 ~ 700 active customers with outstanding un-reconcilled transactions each month. So I will be emailing raound 600 to 700 statements per month. I will be able to generate statement for each customers and send via sendmail in TEXT format. However it seems to me that it looks more professional to attach statement in PDF document. What are your thoughts? TEXT in email body or PDF attachment? If you have experience using PDF email attachment please advise what PDF function you are using. I am looking for the easiest method to complete this task. Thanks |