Heya,
I need to post my signature image in bottom of the mail.
that what i do,
<img src=" full path to image" width=xx height=xx />
but it isn't work.
any help?!
Heya,
I need to post my signature image in bottom of the mail.
that what i do,
<img src=" full path to image" width=xx height=xx />
but it isn't work.
any help?!
The src needs to be a public URL (URL) not a file system path. Can you post your complete notification at pastie.org or pastebin.com so we can see exactly what you're doing? Thank you.
thanks for replay, this is a text:
Hi,
Thank you for taking interest in foundermonkey.
We promised to email you an invitation link, so without further ado click here.
Thanks,
Inbal, founderchimp
<img src="http://foundermonkey.com/logo.png" weight=235 height=40 />
That link should work fine. There is a typo in the width attribute though. Should be like this (as in your first example):
<img src="http://foundermonkey.com/logo.png" width="235" height="40" />
But I don't think that's the problem. Is it possible your email client is receiving the email over HTTPS and this image is NOT behind HTTPS, so there is some sort of content blocking or security warning happening?
its under ssl sending of gmail.
can you tell me some solution?!
Alex
You can upload the image here for free SSL hosting. You will be emailed a link and then can use that link in your notification and the image will load without security warnings.
thanks for replay, the problem is in gmail. google mail was remove image, you need to click on "display image" on header.
Yes you do. This is configuration on the client end. I'm glad you were able to resolve it.