Open the file notify-bar.php in the plugin’s directory
Go to where it says
“only accept certain tags for the message”
Add these lines:
‘img’ => array(),
‘src’ => array()
To the end of the $allowed array
Have not tested but that should work to accept images in the message.
Do the same process for the headline section if you want images there.