I have a mysql database with subscriber e-mail addresses in it.
Can I somehow use PHP to pull the subscriber email addresses from the database, attach a PDF document to each of the email addresses and send each subscriber an e-mail with the PDF document attached?
Where do I store the PDF document? In a second table in the database? Can I store PDF documents in a database?
Help! I've never done this type of thing.