Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Forwarded BCC

Quote Reply
Forwarded BCC
I need to set a global bcc for all sended or forwarded messages while testing the system for a special customization.

I searched the files but did not find a part where I can insert this.

Michael

--
Michael Skaide

http://www.cycle24.de

Quote Reply
Re: [Michael Skaide] Forwarded BCC In reply to
Hi,

You could add a hidden tag to the compose template that bcc's someone.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Forwarded BCC In reply to
Yes, but I need it also for the incoming mails which are forwarded by the system to the real user-email-address . I want a bcc to the admin for all mails.

Michael

--
Michael Skaide

http://www.cycle24.de

Quote Reply
Re: [Michael Skaide] Forwarded BCC In reply to
Hi,

In sub send_forwards in outgoing.pl, you could add:

$head->set('BCC' => 'admin@yourdomain.com');

around line 330. This would add a BCC to all forwards.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Forwarded BCC In reply to
Thank you! It works.

Michael

--
Michael Skaide

http://www.cycle24.de