Re: [openupload-devel] French language with accents character
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2010-02-10 10:16:53
|
What e-mail client are you using?
Alessandro
Tech Man ha scritto:
> hello
>
> still not working , and sorry for annoying you
>
> here is my configs
>
> php.ini
>
> ; Magic quotes
> ;
>
> ; Magic quotes for incoming GET/POST/Cookie data.
> magic_quotes_gpc = Off
>
> ; Magic quotes for runtime-generated data, e.g. data from SQL, from
> exec(), etc.
> magic_quotes_runtime = Off
>
> ; Use Sybase-style magic quotes (escape ' with '' instead of \').
> magic_quotes_sybase = Off
>
>
> lib/general.inc.php :
>
> function sendmail($from,$reply,$to,$subject,$template, $attach = array()) {
> $tpl = &app()->tpl;
> $tpl->assign('subject',$subject);
> $tpl->assign('from',$from);
> $tpl->assign('to',$to);
> $subject = '=?UTF-8?B?'.base64_encode($subject).'?=';
> /* generate a boundary */
>
>
>
> templates/default/plugins/email/notify.tpl :
>
> Content-Type: text/plain; charset="utf-8"
> Content-Type: text/html; charset="utf-8"
>
>
>
>
> ------------------------------------------------------------------------
> Avec Internet Explorer, surfez en toute discrétion sur internet Cliquez
> ici ! <http://clk.atdmt.com/FRM/go/182932252/direct/01/>
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Openupload-devel mailing list
> Ope...@li...
> https://lists.sourceforge.net/lists/listinfo/openupload-devel
|