Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7810031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:37:51+00:00 2026-06-02T03:37:51+00:00

When I send an email containing £ using PHP mail it appears in outlook/hotmail

  • 0

When I send an email containing £ using PHP mail it appears in outlook/hotmail as £. In Gmail/thunderbird it’s fine.

Any idea how I can fix this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T03:37:53+00:00Added an answer on June 2, 2026 at 3:37 am

    The problem is, the client doesn’t know what encoding is used to encode the subject. Whatever your application sets in Content-Type header only applies to the body of the email, not the headers.

    Usually this affects the following headers:

    • Subject
    • From
    • To

    In order to use different encodings your internationalized header lines should be MIME-encoded (as of RFC 2047), using one of the two methods: base64 (B) or modified quoted-printable (Q). The encoded subject usually looks like this:

    Subject: =?ISO-8859-1?Q?Pr=FCfung_f=FCr?= Entwerfen von einer MIME kopfzeile
    

    This may look difficult, but there is one very handy helper function in PHP which does all the magic:

    • iconv_mime_encode() – Composes a MIME header field

    Alternatively you may look into discussion under:

    • quoted_printable_encode() – Convert a 8 bit string to a quoted-printable string

    Before using quoted_printable_encode() directly you neet to take into account that long lines need to be split at certain length and spaces need to be replaced with underscore “_”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can send newsletters to email accounts. I am using div for containing the
I send email through Outlook using VB.Net 2005; this is working fine. At the
How can I send email using Perl through my Gmail account? The one CPAN
I send out a newsletter email containing URLs to a https website that then
We need to send email from our desktop application using C# 3.5 . The
I'm trying to send email to Active Directory distribution groups. I know you can
I am trying to send email using Exchange 2007 from a console app using
I'm using a simple form with a name, email and comment field to send
I am trying to send an email containing a file attachment created by the
I have this code to send an email via PHP: // Prepare email. $headers

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.