Hello,
we want to send custom mail headers to let the users filter by them.
I added this code to email_api.php in the function email_generic:
# @@@ kurlvink: Send the notify type as Header
if ( !is_array( $p_header_optional_params ) ) {
$p_header_optional_params = array();
}
$p_header_optional ...
Search found 2 matches
- 27 Jan 2006, 09:22
- Forum: Help
- Topic: How can I add custom mail headers?
- Replies: 0
- Views: 2504
- 27 Jan 2006, 09:21
- Forum: Customizations
- Topic: How can I add headers to notification mails?
- Replies: 0
- Views: 4076
How can I add headers to notification mails?
Hello,
we want to send custom mail headers to let the users filter by them.
I added this code to email_api.php in the function email_generic:
# @@@ kurlvink: Send the notify type as Header
if ( !is_array( $p_header_optional_params ) ) {
$p_header_optional_params = array();
}
$p_header_optional ...
we want to send custom mail headers to let the users filter by them.
I added this code to email_api.php in the function email_generic:
# @@@ kurlvink: Send the notify type as Header
if ( !is_array( $p_header_optional_params ) ) {
$p_header_optional_params = array();
}
$p_header_optional ...