i am using the editor to create an email. i use the image editor to insert an image into the email. here are my settings:
When I send the email, the image does not appear. That is because the path is as below instead of the full path of http://www.sportsconductor.com/images/pysa/pysa_header_dkgreen_bg.gif. The html for the email is below:
<img alt="" src="/images/pysa/pysa_header_dkgreen_bg.gif" /><br />
<br />
<br />
test
What do I need to change to get the full path to show up with the email is sent?
Thanks,
Susan
Dim imagepath() As String = {"~/images/pysa"}
EmailTemplateText.ImageManager.UploadPaths = imagepath
EmailTemplateText.ImageManager.ViewPaths = imagePath
EmailTemplateText.ImageManager.DeletePaths = imagepath
When I send the email, the image does not appear. That is because the path is as below instead of the full path of http://www.sportsconductor.com/images/pysa/pysa_header_dkgreen_bg.gif. The html for the email is below:
<img alt="" src="/images/pysa/pysa_header_dkgreen_bg.gif" /><br />
<br />
<br />
test
What do I need to change to get the full path to show up with the email is sent?
Thanks,
Susan