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

  1. #1

    Default Interactive Emails

    Hi, I would really appreciate any advice on the subject of creating and sending
    interactive (dynamic?) html emails (with pics and links to our website). I am
    willing to either buy software or subscribe to an online program, and would
    like to be able to design and send them myself. I have already tried a couple
    of programs but now need one that is Mac compatable. Can you do this on
    Dreamweaver because I haven't worked out how, or could anyone recomend any
    program/ website?

    Thanks very much in advance for any advice anyone can send my way...

    qwercus Guest

  2. Similar Questions and Discussions

    1. daemons & emails
      * Richard G. Riley wrote in alt.os.linux.ubuntu: Install procmail and use /usr/bin/formail -- David Very few profundities can be expressed...
    2. Undelivered Emails
      Hello, Everyone, I keep getting the undelivered emails in the CFusionMX\Mail\Undelivr folder, I check the ?to? and ?from? email address, everything...
    3. IIS 5 will not pass emails or SSL
      Has anyone had or heard of IIS not passing emails or SSL connections, thereby disconnecting or making the server useless? I had a virus that...
    4. Emails
      All you need to do is to create a recordset that will generate the results and then write that into a mailing script. It is not that difficult...
    5. strange emails from msn
      i have recieved 3 email from msn right in a row with gif attachments but can not open the attachments. it is a welcome message welcoming to...
  3. #2

    Default Re: Interactive Emails

    oaktree,

    you can author html emails in dreamweaver in the same way you make a regular
    html page for a web site. the page will end up living on your web server along
    with any graphics incorporated into the page which will then be referenced with
    absolute links rather than site or document relative links.

    that is, all images will reference
    [url]http://www.yoursite.com/email/date/images/img.gif[/url]

    in that way, once your html document is sent out into the world (and
    physically divorced from your server) you document will still reference your
    images by way of those absolute links.

    that's the critical issue. otherwise you just build your page as you normally
    would.

    here's an example: [url]http://www.flybar.com/eComm/051214/index.html[/url]

    you (delete the "%3CBR%3E%3CBR%3Eyou" shite from the end of the URL. this
    forum software works wrong...)

    can see from the URL that the email lives in a directory called 'eComm'. that
    directory contains dated sub-directories. i always name my emails index.html

    i don't believe you can incorporate javascript in emails because email clients
    aren't built to deal with such code. security issues and all that.

    you can deploy your email using constant contact which many of our clients
    find works very well for them.

    hope that helps.

    mikebikel 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