Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- January 16, 2014 at 2:14 pm in reply to: Use global WP-setting as mailadress for conditional mailing #8313
Clock1932
ParticipantGreat. Thanks for the great support!
January 16, 2014 at 12:48 pm in reply to: Use global WP-setting as mailadress for conditional mailing #8305Clock1932
ParticipantThanks. There is probably no way to do this from the theme functions.php I assume?
January 16, 2014 at 11:37 am in reply to: Use global WP-setting as mailadress for conditional mailing #8297Clock1932
ParticipantFixed it. Changed includes/common.php (line 701)
//$recipients[] = $rule['recipient'];if ($rule['recipient'] == "A@dummy.nl") {
$recipients[] = kc_get_option("AH", "mail", "mail_vk");
}
if ($rule['recipient'] == "B@dummy.nl") {
$recipients[] = kc_get_option("AH", "mail", "mail_va");
}
if ($rule['recipient'] == "C@dummy.nl") {
$recipients[] = kc_get_option("AH", "mail", "mail_v");
}
if ($rule['recipient'] == "Plaza@dummy.nl") {
$recipients[] = kc_get_option("AH", "mail", "mail_plaza");
}
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)