Search found 2 matches

by pinuts
27 Jan 2006, 09:22
Forum: Help
Topic: How can I add custom mail headers?
Replies: 0
Views: 2504

How can I add custom mail headers?

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 ...
by pinuts
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 ...