PHPMailer Inline String Attachment
by Jason on September 9, 2009
Recently, while using PHPMailer, I needed the ability to have an inline string attachment, however this functionality is not present as of version 5.0.2, so I wrote my own. For those who don’t know, PHPMailer has a number of ways (…)