Fork me on GitHub

html emails?  Bottom

  • I was trying to use pnMail to send HTML emails to an account on localhost. I then view the email with evolution on my localhost to see if it worked. Sth like

    Code

    pnMail('me@localhost.localdomain', 'pnmail testing', "<b>testing text</b>", '', true);

    The last parameter (true) passed to pnMail should make it a HTML email. Unfortunately, the email wasn't displayed as HTML. Instead, the source code is displayed in plain text, like the following:

    :
    MIME-Version: 1.0
    Content-Transfer-Encoding: 8bit
    Content-Type: text/html; charset="UTF-8"

    Code

    <b>testing text</b>


    I'm sure evolution is set to HTML mode. It seems the content type is correct. Is there anything that I'm doing wrong here?
  • A client problem, when you test the Mailer settings with GMail it's shown correctly icon_confused

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Also make sure in 'Mailer'
    HTML is ticked on...

    - Igor

This list is based on users active over the last 60 minutes.