clj
Junior Member
145 Posts |
Posted - 10 February 2004 : 12:07:58
|
Hi All,
I am trying to send out a html email from the admin link "email all users". I've changed inc_mail.asp to send as html and the email come through fine, with one problem....
The file names of two images have been changed such that the full stop before jpg or gif has been removed. These images therefore do not show (as the link is no longer correct)
ie: <img height="51" src="http://www.###.co.uk/footbot.gif" width="426"> becomes: <img height="51" src="http://www.###.co.uk/footbotgif" width="426">
I have done Response.Write(strMessage) just before the mail is sent and it is fine, I have also done it just after the mail is sent and it's fine. However, the mail itself when it comes through has these 2 rather crucial full stops removed.
Can anyone suggest why this might be happening or what I can try to get to the bottom of it? Many thanks in advance! Clare
|
|