Results 1 to 5 of 5

Thread: create html emails

  1. #1
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default create html emails

    This is probably very simple but I am not sure how to make an html doc and sent it in an email. This would be for a marketing campaign.

    I have also heard the term email blasting -what is the definition?

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    You could do it with the <form> and giving the action: mailto: blahblahblah@email.com, or w/e. But it has to access the users email client. The best way to do this (and most effecient way), is to use a server side script. Check out the PHP: Mail function.
    Jeremy | jfein.net

  3. The Following User Says Thank You to Nile For This Useful Post:

    evan (03-18-2009)

  4. #3
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default

    I,m not sure I understand yet. I gather it's not simple like just writing out the code and setting a preference in outlook to apply the html to it.

  5. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Forget what I said about the mailto: thing with the form... Lets just go with its impossible with just HTML. If you don't have PHP, you can pay a little to get a CGI Email (search it on Google).
    Jeremy | jfein.net

  6. #5
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    I think evan is asking how to create and send HTML emails. Take a look at these tutorials:
    http://css-tricks.com/video-screencasts/30-creating-and-sending-html-email/ (screencast)
    http://css-tricks.com/using-css-in-html-emails-the-real-story/ (article)

    Good luck!

  7. The Following User Says Thank You to Snookerman For This Useful Post:

    evan (03-24-2009)

Tags for this Thread

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
  •