I want to embed an image with PHP Mailer version 5.1.. and my PHP version is 5.4.7
The script execution is a success, and I can receive emails with embedded images, b
add these code into the top of your script
@set_magic_quotes_runtime(false); ini_set('magic_quotes_runtime', 0);