I need to send out email using a specific file for
each email. For example, I have 5 recipients each have a unique file
located on the server that needs to be included in the body of the email sent, not as an attachment. I have the recipient's email information in a database and can query this information. I also have the list of filenames in a file that need to match the recipient's name for each file that gets sent out.
How do I go about doing something like this ?
Thanks,
olmos