Whoever, if I send in the email an accented character (taken from MySQL, previously inputted on the same Mac) it shows correctly.
In Mail app of the Mac I did a View>Show>Raw Source and then when Option-Click (or right-button click) on the message, selected "Show Control Characters" I can see a representation of these special characters (I'm ignorant here, I don't know what kind of representation is it).
Then I found out that, for example, ñ is \361.
When I substituted the ñ in the previous message like this: $message .= "Tu contrase\361a"; the ñ showed up just fine in the email!
My question is why? What is 361? ASCII? or what?
Why is it on the Mac a different character?
Yeah, I know, I fixed it, but I would like to know what is going on.
Thanks.
(If this post does not belong to this forum, please move to the proper one)