Results 1 to 3 of 3

Thread: Attaching images to email without them becoming attachments.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    England
    Posts
    165

    Attaching images to email without them becoming attachments.

    Ok, what I'm trying to achieve is a picture being in an email signature in Outlook Express without it being an attachment, as alot of companies delete emails with attachments to be safer.

    Any help would be great.
    _____

    Hehehe

  2. #2
    Addicted Member
    Join Date
    May 2002
    Posts
    142

    This works for me!

    Set objMail = Server.CreateObject("CDONTS.Newmail")
    objMail.BodyFormat = 0
    objMail.MailFormat = 0
    objMail.AttachURL "d:\websites\yourpathname\folder1\leftlogoblue2.jpg", "leftlogoblue2.jpg"


    Then just call the image in your regular html format in the email:
    <img src="leftlogoblue2.jpg">

    Good Luck!

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    England
    Posts
    165
    Looks good to me. But one thing.... where do I put that top code?
    _____

    Hehehe

Posting Permissions

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



Click Here to Expand Forum to Full Width