I need to send mail to multiple subscriber at once but i have not idea when i sent the HTML format content to my subscriber its work perfectly on local but after i uploaded to Cpanel server it end up with wrong format error message i belief that it is related to the html convert problem but i have not idea why it cant work as what local server did....any solution provided will be appreciate ...iam quite new in php hope this is not a stupid question
The following is the html code intended to send:
<img src="http://www.teagarden.com.my/images/bottom_coming.png" width="781" height="74"
alt="" />
But it actually end up with:
<img src="http://%5c%22http%3a//www.teagarden.com.my/images/bottom_coming.png%5c%22"
width="\"781\"" height="\"74\"" alt="\"\"">
is there any way i can avoid this problem occured????