|
Posted by Darko on 04/02/07 13:07
On Apr 2, 7:32 am, "PHP Wooer" <abhijee...@gmail.com> wrote:
> Can anyone provide me the simplest working solution to send mails in a
> multilingual website
> that too with no issues relating to display of characters, as of now I
> have find a solution which is
> working quite well, which is to paste a japanese or chinese lang.
> sentences to an editor like
> dreamweaver in design mode and paste the generated char code eg. #1045
> to the database table
> to create a mail template, this is working fine but a labour job. Can
> you provide me with a more
> intelligent solution? such as by setting the charSet or something else
> as of I am using the phpmailer class for the purpose...
Why don't you make html-files for each language you need. This html
file you read by fopen() and fread() and then send by using whatever
function you want. You must also set content-type to text/html. This
way you may totally customize your display to the user, and specify
whatever charset etc. you want in meta tags.
I hope you are not a spammer that's looking for a better way of
spamming; if that's true, I regret for my trying to help :)
[Back to original message]
|