Good evening,
apologies for the delayed response. I was able to identify the cause of the fatal error we encountered — it was related to how attachments were being handled. Initially, I was creating an array of attachments that included sub-elements like filename, cid, and name, as outlined in the PHPMailer documentation. However, it turns out your plugin expects a flat array structure without sub-arrays, which was straightforward to correct.
That said, I’m currently running into difficulties integrating the addEmbeddedImage functionality. When I try to include sub-elements for addEmbeddedImage within the array, the plugin fails. Could you please advise on the correct structure or approach to make addEmbeddedImage work with your plugin?
Appreciate your guidance.