Wordpress 4.1 // bbPress 2.5.3 // bbPress SubScriptions 0.4dev // GD bbPress Attachments 2.0
I see where the data is being prepared before use of send_email():
self::$handler->send_mail($user_ids, $subject, $text, compact(‘topic_id’, ‘reply_author_name’));
Where I am stuck is what to include in send_email() so that the GD image file (d4p_attachment[]) is included in the reply email, as well as the reply post.
All thoughts and ideas appreciated.
Thanks.