Html newsletters displayed in Email

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Html newsletters displayed in Email

    This seems like an easy topic but it is not to be found in these forums. I
    contantly get emails that display an html page when opened. They are linked to
    the sender's site to get the images. I'm on a Mac, how do I make my email
    newsletter display in emails my clients get? I have the newsletter up on a
    server now ready to download but how do I get the viewers email program to
    download and display it automatically? I'd rather they don't have to click on a
    link to see it.

    pjconnors Guest

  2. Similar Questions and Discussions

    1. CSS for HTML newsletters?
      Thanks in advance for any advice... I am looking at switching our HTML newsletter from using font tags to using CSS, but I have only found one...
    2. HTML email newsletters
      well i dont know how many people use Contribute to do newsletters, but as long as they are web pages on your server and contribute can access your...
    3. HTML email newsletters
      well i dont know how many people use Contribute to do newsletters, but as long as they are web pages on your server and contribute can access your...
    4. HTML email newsletters
      Hi -- I have this same question. I would also like to know if there are any user examples of newsletters made with Contribute. This would help me...
    5. email newsletters
      How do you email a newsletter like the one sent by macromedia.com? I've tried several ways but nothing has worked, so far. Do I need a special...
  3. #2

    Default Re: Html newsletters displayed in Email

    I don't know if this is the official correct way to do this, but I have noticed
    that when I am on a website and want to send it to a friend, I can do so by
    File:Send: Page by Email. I am going to try it in the near future!

    HuntClubWebmaster Guest

  4. #3

    Default Re: Html newsletters displayed in Email

    Whether the email displays the images depends on the user's email client
    settings.

    When I'm not using ConstantContact email marketing (which allows HTML import),
    I use Thunderbird (from Mozilla) in the past to create HTML newsletter
    emails...there's an import HTML Code option in there, just reference all of the
    images to your web server.

    David.Holley Guest

  5. #4

    Default Re: Html newsletters displayed in Email

    1. Upload all of your cotent to the site.
    2. navigate to that page.
    3. click ctrl +A to select the entire page.
    4. now click ctrl + c to copy the page.
    5. now paste it into your email and your done.

    Note: Make sure your images have the full url reference to them. You can do
    this quickly with the find/replace function.
    So your images should go from:
    /images/imagename.jpg
    to
    [url]http://www.yoursitename.com/images/imagename.jpg[/url]

    EllanaB Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139