implemented URL replacement for outgoing mails
This commit is contained in:
parent
011b556f83
commit
72ef84fbda
|
|
@ -3,7 +3,7 @@
|
||||||
require_once 'civiproxy.civix.php';
|
require_once 'civiproxy.civix.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* POC email
|
* In outgoing emails, replace the various resources and trackers with proxied versions
|
||||||
*/
|
*/
|
||||||
function civiproxy_civicrm_alterMailParams( &$params, $context ) {
|
function civiproxy_civicrm_alterMailParams( &$params, $context ) {
|
||||||
// check if the proxy is enabled
|
// check if the proxy is enabled
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue