PDA

View Full Version : target email config ?



ScottR
15-Feb-2006, 03:53 PM
can you have both of these enabled?

$TARGET_EMAIL = array(EMAIL_NAME."name@domain\.com$");

$TARGET_EMAIL = array("^name@domain\.com$ (^name@domain\.com$)");

asket
15-Feb-2006, 04:58 PM
Hi,

I am not sure (means that I haven't tested it)
but why not?

$TARGET_EMAIL = array(EMAIL_NAME."@domain\.com$","^name@domain\.com$");

try, if it's working, let me know, please

Erik

russellr
15-Feb-2006, 10:15 PM
Hi,

Erik's (asket's) answer is correct!

There are examples of this in the script.