How can I send HTML emails that display in Mail?

Hi,
I have an email newsletter that I recently have begun experimenting with in HTML. The problem is, when I try to use HTML, the message displays properly in things like Yahoo! webmail, but in Mail for OSX, it displays like a regular text message, images and formatting are not used. I'm sending the messages from PHPList. Is there something I need to add to my code to get it to display correctly?
Thanks much.
-Jonas

Well, I did check the layout in Safari, and it looked fine. Since I'm not sending the messages from Mail (since it's for a rather large mailing list handled by PHPList), selecting "Mail the Contents of this Page" wouldn't really do very much for me.
If I do try to send the page using that technique, it does work. But I have to use PHPList to compose and mail the message. I just need to know if there's any other code I need to add to make it display in Mail. I can receive other HTML emails no problem, but mine just shows up as text, disregarding images and other elements. I just don't know what's going on here.

Similar Messages

  • How can I send  PDFby email that is larger than 20 MB even after compression of file?

    I have adobe acabat X Pro.

    Each email service has its own limits, but that's way too big anyway. But there are many services for sending huge files. Here's one https://www.acrobat.com/sendnow/en/home.html

  • How can I sync my emails that I send from my iPhone, iPad with my outlook in my mac?

    how can I sync my emails that I send from my iPhone, iPad with my outlook in my mac?

    with in prefrences or account settings - there should be an option designated as "sync services" which may help you....

  • How can I send an email to a group from my iPhone?

    I want to send an email to a group in my contacts, but when I select the group, the individuals display for selection.  How can I send an email by addressing it to the group? 

    I recently upgraded my wife's computer to mountain lion so we could sync it with her iPhone, allowing her to send emails to the groups she manages whether she's at home or on the road.
    Is it really the case that the iPhone is incapable of this?  The mac does it fine and the iPhone goes through the motions but then bails when you hit send, saying it isn't a valid address.
    This really makes no sense.  Isn't this the whole point of iCloud?

  • How can I send an email to a group in my address book, but hide the individual names and email addresses?

    how can I send an email to a group in my address book, but hide the individual names and email addresses?

    You used to be able to do this through leaving unchecked the box in preferences "when sending to a group show all member addresses". However, that feature failed some time ago (two or three years?) and the only way to hide the addresses now is to put the group in the BCC field.

  • How can i send group email

    how can i send grop email from mac pro

    Hi
    This is from Apple Support Site:
    http://docs.info.apple.com/article.html?path=Mail/10.7/en/mlhlp1014.html

  • My i phone was stolen and I was wondering what the exact thing to do is! Also how can i send an email to apple to tell them to lock my phone permanantely?? Helpp!!

    My i phone was stolen and I was wondering what the exact thing to do is! Also how can i send an email to apple to tell them to lock my phone permanantely?? Helpp!!

    Check this out https://discussions.apple.com/docs/DOC-3362, thanks to Kappy. Contact your carrier, they would be the only one that could possibly blacklist your phone, if they provide that service.

  • How can I send an email from Sharepoint Online using sandbox solution?

    How can I send an email from Sharepoint Online using sandbox solution?
    If possible I do not want to use workflow.
    Is It possible to do it without using workflow?

    hello Steven Andrews,
    when any user sends a message using contact us page in SharePoint online.
    1. We are inserting item in Contact Us List . - This is working fine
    for anonymous users also. We have used Office365 anonymous codeplex wsp and it is working fine. Anonymous user is able to insert new record in the Contact Us List.
    2. Once, new record is inserted in Contact Us list, we want to fire email notifying thanks to the user on his email id as well as to our company x person for notification of new inquiry. 
    We tried using Workflow having impersonation step for  anonymous user but it is not working for Anonymous users. Workflow is able to sent the email if someone logged into system but not working for Anonymous user although workflow is getting started
    but not able to send email although used Imperonsation step.
    We are stuck into implementing second step.

  • How can I send a file that CAN NOT be printed or saved by the recipient?

    How can I send a file that CAN NOT be printed or saved by the recipient?

    Impossible. PDF files don't stream, so they cannot be opened until they've been saved.
    You can truly prevent printing by using DRM, or ask nicely by using a permissions password (though that's ignored by non-Adobe software).

  • How can I read an email that someone sent me if it is in powerpoint?

    How can I read an email that someone sent me if it is in powerpoint?

    An email in Powerpoint sounds kind of odd, however, you can download neooffice or openoffice to read it. Microsoft hasn't provided a reader for mac in quite awhile.

  • How can I send an email to someone on my contact list?

    How can I send an email to someone on my contact lis

    Are you using Yahoo! mail? They have a big section of help pages here: [http://help.yahoo.com/kb/index?page=product&locale=en_US&y=PROD_MAIL_ML Yahoo! Mail Help]

  • How can I send an email to apple?

    How can I send an email to apple? I want to send them an e-mail but I dont find their e-mail on the site!

    hummam salahieh wrote:
    hey i need to know how can i stop my apple id from working i need to delete my apple id anyone can help plz
    Your issue has nothing to do with the subject of theis thread. The first thing you should do is to start your own thread. Use a properly descriptive subject line. Explain exactly what you were trying to do, what happened when you tried, what error messages you got and what troubleshooting steps you've already taken (saying "everything" is not useful information).
    Best of luck.

  • How can I print an email that is on my iphone directly to the Acrobat PDF maker on my laptop if the iphone is connected to the computer via data cable?

    How can I print an email that is on my iphone DIRECTLY to the Adobe Acrobat PDF maker on my laptop if the phone is connected to said laptop via the data cable?

    Looks like I'm SOL since I don't have an HP printer.  Would never own one, the consumables are too **** expensve.  Thanks all

  • How can i send an email with subject more than 50 char.

    Hi
    Can you please explain How can i send an email with subject more than 50 char?? I am using Cl_BCS=>SET_MESSAGE_SUBJECT but it is throwing an error " An exception of the type CX_SY_REF_IS_INITIAL has occured which is not caught" .
    Regards
    Alok

    Try using the following FM
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            document_data              = i_mail_data
            put_in_outbox              = c_x
          TABLES
            packing_list               = i_objpack[]
            object_header              = i_objhead[]
            contents_bin               = i_objbin[]
            contents_txt               = i_objtxt[]
            receivers                  = i_receivers[]
          EXCEPTIONS
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
          OTHERS                     = 8.
    Regards
    Avinash
    Edited by: Avinash Jagtap on Dec 2, 2009 7:00 AM
    Edited by: Avinash Jagtap on Dec 2, 2009 7:02 AM

  • How can I send an email notice of a calendar item

    How can I send an email notice of a calendar item?

    Are you sending it to another iPhone, or iPad?

Maybe you are looking for

  • How To Display User Photo (jpegphoto attribute) From OID LDAP Entry

    Hello everyone, I've spent a few days looking for a solution to this problem with no luck. I have a PLSQL database package that generates an organisation chart of users. It works fine but I am struggling to retrieve the users photo. I have tried link

  • [SOLVED] After pacman glibc update, cannot find command bash?

    A few days ago I ran into a problem after running pacman -Syu that ended up with an unbootable system.  I found this topic that ultimately solved the kernel panic- https://bbs.archlinux.org/viewtopic.php - 1#p1127251 All that was needed was a symlink

  • Issue with ALV grid print preview/spool

    Hello everyone, I am working on a report and I am having some issues with ALV grid. Currently in our DEV and QA environments the user can run the report, view the ALV grid, and print the grid without any issues. However this isn't the case in the Pro

  • Table containing Purchase Order Partner(s) Details

    Hi, In which table do we get the Partners details(Name1,Name2,Name3,Name4)  regarding Purchase Order ? Thnx, Shivaa...

  • My audigy 2 nx sob stor

    hey guys.. creative distributors are still selling the audigy 2 nx in india and it was the only external soundcard availible here so i've bought it, and had it shipped in.. and am now trying to install it. no one seems to have posted anything on this