notification::email::reply_address (private)
notification::email::reply_address -object_id object_id \ -type_id type_id
Defined in packages/notifications/tcl/notification-email-procs.tcl
Build an object/type-specific e-mail address that the user can reply to.
- Switches:
- -object_id (required)
- -type_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: if {$object_id eq "" || $type_id eq ""} { return "\"[address_domain] mailer\" <[reply_address_prefix]@[address_domain]>" } else { return "\"[address_domain] mailer\" <[reply_address_prefix]-$object_id-$type_id@[address_domain]>" }XQL Not present: PostgreSQL Generic XQL file: packages/notifications/tcl/notification-email-procs.xql
Oracle XQL file: packages/notifications/tcl/notification-email-procs-oracle.xql