This is about my attempt to add graphic to e-mail template so that e-mails sent in response to completing the online form would contain an image banner. I tried setting the full path to the image I want included in a response e-mail to user of my form. However, the image never appears
in the response e-mails, which are being sent. The src value below is
always truncated starting with the Joomla path for images. That part
of it is correct but it needs to include the base domain name. See snippet from raw e-mail contents:
<body><p><img src="images/stories/women/Keepers/keepers_web_header.jpg" border="0" alt="Keepers of heart & home" width="600" height="290" />
in the response e-mails, which are being sent. The src value below is
always truncated starting with the Joomla path for images. That part
of it is correct but it needs to include the base domain name. See snippet from raw e-mail contents:
<body><p><img src="images/stories/women/Keepers/keepers_web_header.jpg" border="0" alt="Keepers of heart & home" width="600" height="290" />