notification::email::bounce_mail_message (public)
notification::email::bounce_mail_message -to_addr to_addr \ -from_addr from_addr -body body -message_headers message_headers \ [ -reason reason ]
Defined in packages/notifications/tcl/notification-email-procs.tcl
This sends a bounce message indicating a failure while sending a message to the system.
- Switches:
- -to_addr (required)
- who the bounce is going to
- -from_addr (required)
- who the bouncing message as sent to
- -body (required)
- the message body
- -message_headers (required)
- the headers of the message
- -reason (optional)
- (defaults to nothing). Reason for bounce
- Author:
- mkovach@alal.com
- Created:
- 05 Nov 2003
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.