Just wondering, is there any relatively straight forward way of sending multiple attachments from a PHP script?
I managed to beable to send one, but as we all know, one is not enough! hahaha.
I know it's all to do with the MIME type of the email send in the headers, and encoding stuff etc etc, but I can't find any tutorials of sending more than one attachment.
Also, PHPMailer and Swiftmailer are cool, but I'd rather do it myself if anyone knows of any tutorials/articles out there, but after reading it's quite difficult to build a mailer which will work 100%, I may have to resort back.
So if anyone knows anything about this, it would be much appreciated
Thanks in advance you guysssss.