php - Source not add to image in email templage -
i creating email template containing images. created absolute path of these images , put image in email.
when checked email, not found images in email. when check source of email , found source of image () not found there.
i search related issue not found solution it. here sample code.
<img src='http://".$_server['http_host']."$userphoto' height=80 width=80 border=1 alt='".$user->gettitle()."'/>
when checked email source code got <img border="1" width="80" height="80" alt="xyz">
. source of image not found here.
please let me know if 1 faced issue.
Comments
Post a Comment