Results 1 to 2 of 2

Thread: Html version of emails

  1. #1
    Thread Starter
    malave's Avatar
    Join Date
    Mar 2013
    Location
    United States
    Posts
    54
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Html version of emails

    How can I make my EMAILS HTML instead of just text?

    I know I have to uncomment this line: //$headers .= "MIME-Version: 1.0" . PHP_EOL;

    But how do I change this to type/html

    $headers .= "Content-Type: ". get_option($app_abbr.'_nu_email_type');// . PHP_EOL;


    // assemble the header
    $headers = "From: $from_name <$from_email>" . PHP_EOL;
    $headers .= "Reply-To: $from_name <$from_email>" . PHP_EOL;
    //$headers .= "MIME-Version: 1.0" . PHP_EOL;
    $headers .= "Content-Type: ". get_option($app_abbr.'_nu_email_type');// . PHP_EOL;

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,692
    Thanks
    166
    Thanked 3,386 Times in 3,257 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Samcy Posts Accepting HTML even if Allow HTML is set to No
    By Bidge in forum Report ClassiPress Bugs
    Replies: 13
    Last Post: June 19th, 2014, 10:00 PM
  2. How do I add html emails to jobroller
    By ciplex in forum Help Using JobRoller
    Replies: 1
    Last Post: April 2nd, 2013, 10:01 AM
  3. Do you get emails from people asking to share new version of Appthemes?
    By TheSyndicate in forum WordPress General Discussion
    Replies: 7
    Last Post: October 13th, 2012, 07:48 AM
  4. HTML in Theme-emails.php
    By webcrafty in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: October 28th, 2011, 04:41 PM