OpenEMM: cabon copy or bcc supported
Posted: Mon Mar 21, 2011 5:41 pm
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:
set. But manually overwriting HTo
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
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
Code: Select all
head += "HTo: " + "<" + "testmail@test.com" + ">" + data.eol
Any suggestions where I can hack it?
Thanx in advance
Thomas