Hello, I'd like to use the wp_mail() function with string attachment feature of PHPMailer class. This would allow me to pass on directly the content I want to attach without having to go through a temp file creation which can result into problems if the directory isn't writable. Is there a way to achieve this? Thanks! Olivier