Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Incomplete
-
Affects Version/s: 4.6.9, 4.7
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
When a profile with an image url is submitted the picture does not show up in the confirmation mail that is being sent (see screenshot). I have no clue on what the cause of this is. The html code from the email shows the folowwing:
{{ <td style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;">
Profielfoto
</td>
<td style="padding: 4px; border-bottom: 1px solid #999;">
<a href='#' onclick='contactImagePopUp("https://www.onvergetelijk.nl/civicrm/contact/imagefile?photo=20130730_123942_4164ffb66bb7ba881dadc44fa9314510.png", 924, 1001);'><img src="https://www.onvergetelijk.nl/civicrm/contact/imagefile?photo=20130730_123942_4164ffb66bb7ba881dadc44fa9314510.png" height= 100 width= 92 /></a>
</td>}}