I want share image with gmail share in body.
$body_link = '<img src="http://www.yourdomain.com/address.png" />';
$email = urlencode($body_link);
<a title="Google+" href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&su=Refer your friend&body=<?php echo $email; ?>" target="_BLANK">gmail</a>
After send gmail, on my gmail screen:
Why not getting image in mail?
And is it possible?