Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End PHP Mail font-family

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32252
    XaviJr
    Participant

    Hi guys.

    I’m using php mail function to send a validation e-mail and i want to show Arial font-family.

    My e-mail contains html content and i add style=”font-family:Arial” to body tag, i’m using this Outlook and Gmail to test and my headers are this:

    $headers  = "MIME-Version: 1.0rn";
    $headers .= "Content-type: text/html; charset=iso-8859-1rn";

    Any ideia what might be happening? Maybe this e-mail clients don’t encode font-family?

    #51541
    angus
    Participant

    Chris had an article about HTML email. There was also a related screencast. Check out the PHP he uses in the tutorial.

    #51542
    angus
    Participant

    Chris had an article about HTML email. There was also a related screencast. Check out the PHP he uses in the tutorial.

    #51295
    XaviJr
    Participant

    Thank you angus, that was very useful.

    #51276
    eyewebmaster
    Member

    This is cool. thanks for sharing!

    #51277
    XaviJr
    Participant

    BTW, please check that website with chrome.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Back End’ is closed to new topics and replies.