Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: I need an X-FW-MailID  (Read 8498 times)

0 Members and 1 Guest are viewing this topic.

Keksz

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
I need an X-FW-MailID
« on: June 06, 2005, 03:12:01 pm »

on my server I need an X-FW-MailID
and than I can use forgot passwd, and registration with validate by mail and E-cards (I need all this functions...)
I must put somewhere this code:
Code: [Select]
"X-FW-MailID: 40d3bcf1f9"
now I cant use: verification, ecard and forgot passwd
« Last Edit: June 09, 2005, 05:00:48 pm by TranzNDance »
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: I need an X-FW-MailID
« Reply #1 on: June 06, 2005, 05:00:18 pm »

In include/mailer.inc.php look for $extra_headers =

Before the semi-colon at the end of the line, add:
Code: [Select]
."\n" . "X-FW-MailID: 40d3bcf1f9"
Logged

Keksz

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Re: I need an X-FW-MailID
« Reply #2 on: June 07, 2005, 02:56:44 pm »

Code: [Select]
$extra_headers = "From: $sender_name <$sender_email>\n" . "MIME-Version: 1.0\n" . "Content-type: $type; charset=" . $charset . "\n" . "Content-transfer-encoding: 8bit\n" . "Date: " . gmdate('D, d M Y H:i:s', time()) . " UT\n" ."X-Priority: 3 (Normal)\n" ."X-MSMail-Priority: Normal\n" . "X-Mailer: Coppermine Photo Gallery\n" ."Importance: Normal" ."\n" . "X-FW-MailID: 40d3bcf1f9";
it is correct so?

beacuse now I have this:
The password reminder email can't be sent !

File: /disk/raid2/p/u/punkportal/knt/forgot_passwd.php - Line: 49


my site:
http://www.freeweb.hu/punkportal/knt
Logged

Keksz

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Re: I need an X-FW-MailID
« Reply #3 on: June 07, 2005, 03:15:25 pm »

Code: [Select]
$extra_headers = "From: $sender_name <$sender_email>\n" . "MIME-Version: 1.0\n" . "Content-type: $type; charset=" . $charset . "\n" . "Content-transfer-encoding: 8bit\n" . "Date: " . gmdate('D, d M Y H:i:s', time()) . " UT\n" ."X-Priority: 3 (Normal)\n" ."X-MSMail-Priority: Normal\n" . "X-Mailer: Coppermine Photo Gallery\n" ."Importance: Normal\n" . "X-FW-MailID: 40d3bcf1f9";
I think I have it...
Logged

Keksz

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Re: I need an X-FW-MailID
« Reply #5 on: June 08, 2005, 12:34:04 pm »

fogot passwd works, but this e-card nope...
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: I need an X-FW-MailID
« Reply #6 on: June 09, 2005, 08:24:45 am »

I was able to send the ecard on your page just fine and received it only seconds after sending it, so everything is working as expected, except the link "If the e-card does not display correctly, click this link": when clicking on it, I'm sent to a blank page. This is imo not related to the ecards issues you reported, but similar behaviour to what you report in rating, click -> blank page .
Imo this thread on the ecards/email sub-board should be closed, as it is solved, but the other one needs looking into.
Logged

Keksz

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Re: I need an X-FW-MailID
« Reply #7 on: June 09, 2005, 11:30:10 am »

ok!
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.