OpenEMM: cabon copy or bcc supported

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

frankewi
Posts: 1
Joined: Mon Mar 21, 2011 5:26 pm

OpenEMM: cabon copy or bcc supported

Post by frankewi »

Hello,

does anybody know, whether it is possible to use CC / BCC in OpenEMM. Our users do have two or more email-adresses registered, but we have to ensure that we reach them all.

I tried to modify the source code, but can't find the XML is created. Might be,that an additional line HTo: could be a solution.
Digging into the source code I found, that

in the file Blockcollection.java:

Code: Select all

head += "HTo: " + addTo () + "<" + "[agnEMAIL code=\"punycode\"]" + ">" + data.eol 
set. But manually overwriting HTo

Code: Select all

head += "HTo: " +  "<" + "testmail@test.com" + ">" + data.eol 
for testing seems to fail. After startXMLBack the original entry of the database is in the temp-file on the server.

Any suggestions where I can hack it?


Thanx in advance
Thomas
nterry
Posts: 24
Joined: Thu Nov 01, 2012 5:18 pm

Re: OpenEMM: cabon copy or bcc supported

Post by nterry »

Thomas. Did you find a solution to this? I have a similar need
Post Reply