ok, not sure if this is a SPD and or SharePoint issue or an outlook issue....
I have a workflow, that has two images 23KB and 83KB
the images show up in yahoo email only if I open the yahoo email in a browser, if I open it on my phone, in outlook then the images are stripped out and I only get a pretty Red X image and or the Image icon placeholder.
I have the images in the sites assets folder and Everyone can view. the email body is HTML. I have even tried the img reference as a variable, same results, images stripped.
this is the body of the email:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled 2</title>
</head>
<body>
<p>
Here is some additional information to assist with the Bid process.
Please ignore these errors (see below image) that you will see on the bid site home page. These errors they are just letting you know you do not have the permissions to see that information.
(Images are for error depiction only they not represent your site title or url)
</P>
<img src="<url removed>/ErrorMessages.jpg"></img>
<p>
Concerning the Bid Submission:<p></p>
When you submit a bid to the SubContractor Bid Responses folder (see image below). There is a working process that will move your bid in real time to a secure location, the document move process is almost immediately, so you will NOT see your submission
in the SubContractor Bid responses folder after you submit the bid. There is no need to resubmit the bid. If you resubmit the bid or change your bid please rename your bid submission. Otherwise the bid will not move from the bid submission folder
and it will stay in the non-secure SubContractor Bid responses folder. If you need to confirm that Troy has your Bid, then please contact <b>name here</B> with the bid site URL and ask her
to confirm that the bid is in our secure location.
</p>
<span>
<img src="<url removed>/SBRs_image.jpg" />
</span>
</body>
</html>