I'm trying to send MULTIPLE ATTACHMENTS in a single e-mail from a FreeBSD, PHP, MySql, SwiftMailer configuration. I display a form, listing all PDF Files with checkboxes, file names, and file location (hidden) for a client, Then, when <SUBMIT> is pressed, I am trying to format and send an e-mail by looping through the selected files and attaching them to SwiftMailer message instance. E-Mail "without" attachments works, but can't get the e-mail with attachments to work...
Any assistance will be appreciated. If you can help, I'll send the code along or include in a follow-up Post.