Results 1 to 11 of 11

Thread: Sending HTML document in Email, NOT as attachment?

  1. #1
    Pixel Abuser Spunkey's Avatar
    Join Date
    Nov 2003
    Location
    Milton Keynes
    Posts
    1,523
    Thanks
    0
    Thanked
    0 times in 0 posts

    Question Sending HTML document in Email, NOT as attachment?

    Howdy all!

    Im trying to send a HTML page as an email in Outlook 2000, i can get the page into the email no problems. However i cant embed the images in the email which means that when someone get the email , they dont get know pics.

    Anyone know how to embed the images into the email itself so theyre accessible in the HTML?

    Cheers

  2. #2
    Triple Ox
    Join Date
    Jul 2003
    Posts
    484
    Thanks
    0
    Thanked
    0 times in 0 posts
    Upload the pics to some webspace and instead of referring to the file locally link to the webspace?

  3. #3
    Triple Ox
    Join Date
    Jul 2003
    Posts
    484
    Thanks
    0
    Thanked
    0 times in 0 posts
    So instead of: <img border="0" src="images/me.jpg"width="xxx" height="xxx">

    Try <img border="0" src="http://www.webspace.com/me.jpg"width="xxx" height="xxx">

    Should work!

  4. #4
    Pixel Abuser Spunkey's Avatar
    Join Date
    Nov 2003
    Location
    Milton Keynes
    Posts
    1,523
    Thanks
    0
    Thanked
    0 times in 0 posts

    Post

    thanks for the reply!

    Thats how i normally do it but the company this is for dont want their bandwidth eaten up

    it seems dumb to me as emailing the thing to x amount of people is going to use their bandwidth as well

  5. #5
    Triple Ox
    Join Date
    Jul 2003
    Posts
    484
    Thanks
    0
    Thanked
    0 times in 0 posts
    Random, surely it doesn't matter if the bandwidth is used up by emailed the site or putting it on some webspace?! It'll be the same amount of bandwidth used either way. Maybe you should explain this to them

  6. #6
    Administrator Moby-Dick's Avatar
    Join Date
    Jul 2003
    Location
    There's no place like ::1 (IPv6 version)
    Posts
    10,665
    Thanks
    53
    Thanked
    385 times in 314 posts
    in fact it would be more bandwidth to email it as you only people that read the mail will download the gfx
    my Virtualisation Blog http://jfvi.co.uk Virtualisation Podcast http://vsoup.net

  7. #7
    only the finest beef
    Join Date
    Nov 2003
    Posts
    1,175
    Thanks
    4
    Thanked
    0 times in 0 posts
    surely if you send the images as attachments, they'll get stored in the same folder as the e-mail. Make the image references direct (so they refer to the current folder).

    Might work.

    Who knows?

  8. #8
    Triple Ox
    Join Date
    Jul 2003
    Posts
    484
    Thanks
    0
    Thanked
    0 times in 0 posts
    The files are sent as an attachment and kept on the clients email server (hotmail/buisness etc..) So it'd have to send the files anyway, so no it wouldnt take more bandwidth!

  9. #9
    Triple Ox
    Join Date
    Jul 2003
    Posts
    484
    Thanks
    0
    Thanked
    0 times in 0 posts
    Yea, good point Angus, how are you sending the webpage. Are you trying just to send the html page itself or are you sending the whole folder containing the site?

    If its the latter you may just be linking to the image incorrectly.

  10. #10
    Pixel Abuser Spunkey's Avatar
    Join Date
    Nov 2003
    Location
    Milton Keynes
    Posts
    1,523
    Thanks
    0
    Thanked
    0 times in 0 posts
    hehe unfortunately its just a single page with about 20 pictures (not my design, i aint that stupid )

    ill try and worm out of it on monday - the time spent means the job is not feasible with the amount of money they're paying (translation: i cant be arsed with the hassle for the pissy amount of money)

    Thanks guys!

  11. #11
    Triple Ox
    Join Date
    Jul 2003
    Posts
    484
    Thanks
    0
    Thanked
    0 times in 0 posts
    hehe... good luck

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •