Results 1 to 4 of 4

Thread: email in html

  1. #1
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default email in html

    Hey guys,
    How can emails be sent in html, instead of plain text ?

  2. #2
    Join Date
    Mar 2006
    Location
    Cleveland, Ohio
    Posts
    574
    Thanks
    6
    Thanked 5 Times in 5 Posts

    Default

    I'm guessing you're using PHP or some other server side language to accomplish this?

    You want to set the headers.

    Content Type: text/html
    Thou com'st in such a questionable shape
    Hamlet, Act 1, Scene 4

  3. #3
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    I have no idea how to do it, so if you could let me know in detail, from the start, please ?

  4. #4
    Join Date
    May 2007
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I've done it where I made a HTML page and put it on my sever. Everything has to be absolute links (images, text links... http://www.website.com). The CSS has to be in the headers of the page. Then I copied and pasted it into the email and sent the message. You will definitely want to test this before you sent out an email blast. There are services out there that will email the message for you, some as low as 5 cents an email. At work we use a program called Mach 5, which I don't know how much it costs. But the process is the same. Build your page, upload to a server and send. You may also want to consider doing RSS Feeds so you don't get marked as spam.

    *Note you may not want to use gradients because they don't render that well through emails. *

Bookmarks

Posting Permissions

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