Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
Andrzej
Hangin' Around



Joined: Jan 22, 2004
Posts: 31

PostPosted: Thu Sep 02, 2004 2:38 am Reply with quote

Hello Raven,

I have impelmented fullu your hack - notification on comments to news. It works and makes the discussion much better. Thanks for your work!

I have one question: I run tn the site in polish language. Is it possiblle to add the language to the script?

somehow to add, what is in other e-mails:

Content-Type: text/plain;
charset="iso-8859-2"

Is it possible?

Yhanks in advance

Andrzej
 
View user's profile Send private message
Andrzej







PostPosted: Fri Sep 03, 2004 10:23 am Reply with quote

It's me again Rolling Eyes

No chance for any help Question

Andrzej
Bang Head
 
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Fri Sep 03, 2004 11:23 am Reply with quote

I haven't tested this, so let me know. find
Code:
      for ($i=0;$i<count($notify);$i++) {

         $to = $notify[$i];
         $headers  = "From: $emailFromTitle <$to>\n";
         $headers .= "Reply-To: $to\n";
         if ($xPriority) $headers .= "X-Priority: 1\n";
         if ($xMsMailPriority) $headers .= "X-MSMail-Priority: High\n";
         if ($xMailer) $headers .= "X-Mailer: $emailXMailer\n";
         mail($to, $emailSubjectPre.$title, $msg, $headers);
      }
After this line
Code:
$headers .= "Reply-To: $to\n";

         
add
Code:
$headers .= "MIME-Version: 1.0\n";

$headers .= "Content-type: text/html; charset=iso-8859-2\n";
 
View user's profile Send private message
Andrzej







PostPosted: Fri Sep 03, 2004 10:47 pm Reply with quote

Thanks Raven

It works Very Happy Very Happy Very Happy

Andrzej

I changed only html for plain (there were no breaklines in the mail), so it is:

$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-type: text/plain; charset=iso-8859-2\n";


Thanks

RavensScripts
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©