Ask a Question related to HTML & CSS, Design and Development.

  1. #1

    Default Re: HTML emails

    > I'm wanting to send a HTML email.
    > And if the users can't receive HTML I want my email to be plain text with
    no attached images.

    First of all, you should never attach the images to an HTML email. You
    should always upload them to a server and link to them via the email.

    As for detecting email clients, you can't. You can send the message a
    multi-part, where the email app should determine whether or not to show the
    plain text or HTML.

    However, the best solution is to ASK the people receiving the email if they
    want plain text or HTML. Then just send the appropriate format to the
    appropriate group.

    -Darrel




    darrel Guest

  2. Similar Questions and Discussions

    1. Creating HTML Emails
      Hi Everyone. I was wondering if it's possible to create HTML emails in InDesign? My client wants me to create a simple brochure as an HTML...
    2. Design HTML emails
      I've observed a number of emails sending for advertising purposes and wondered how to create them. Do I just use regular HTML file in dream weaver...
    3. design of HTML emails
      I've observed a number of emails sending for advertising purpose. I wonder how to create them. Do I just use regular HTML file in dream weaver or...
    4. how to send html emails
      I need to find out how to send html emails. Does anyone have any useful information on how to do this? I have looked it up on the net a bit but I'm...
    5. Sending HTML Emails via a Mac (k)
      > The You're not attaching the images, are you? You need to upload the images to a server and link to them from the email. You need to send...
  3. #2

    Default HTML Emails

    Im trying to set up an html email. Any suggestions/ideas? I work in Photoshop. Dreamweaver.
    Brhaynes75 Guest

Posting Permissions

  • You may not post new threads
  • You may not 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