Created a SharePoint 2010 Announcements List, and I configured it to receive e-mail, and set it up so I could receive alerts every time anything changes in the list.
Sent an e-mail to the list and the items are added without a problem.

However, when I receive the email it doesn't include the image. It says: Right-Click here to download pictures. Doing so does not display any picture. Any ideas what the problem may be? Is there a setting that control this?
Things I tried:
- copy and paste image from internet into outlook (doesn't work)
- copy local picture to body of e-mail (doesn't work)
- Attach the picture is not sent in the e-mail.
Here is a snippet of the HTML in the e-mail body:
</style> </head> <body lang="EN-US" link="#0563C1" vlink="#954F72"> <div class="WordSection1"> <p class="MsoNormal">I would like to sell this plane for $1M. </p> <p class="MsoNormal"> </p> <p class="MsoNormal"><img width="875" height="500" id="irc_mi" src="/Lists/4Sale/Attachments/1/image001.jpg" alt="http://site.nitroplanes.com/ArtTech-AlphaJet-2.4Ghz.jpg"></p> </div> </body> </html>
If I understand it right the src="/list/..." is missing the
http://intranet
How do I fix this?
Thanks for reading.