Home  >  Q&A  >  body text

Email messages are not formatted correctly in PHP and Outlook

I need to know if there is a way to format text in the body of an email in Outlook.

I have to use the mail function to send this part of the message to Outlook:

Δ request and Δ fault must be....

Okay, when the php script sends the email, in Outlook I have the following format:

Î" request and Î" fault must be...

How should I get the Greek letter Δ correctly?

P粉041758700P粉041758700430 days ago561

reply all(1)I'll reply

  • P粉391677921

    P粉3916779212023-09-09 00:34:32

    Outlook does not automatically change the message body. In this case, care needs to be taken to encode the characters. Use UTF-8 instead of iso-8859-1.

    reply
    0
  • Cancelreply