send_email_attachment_from_filesend_email_attachment_from_file [ -to to ] [ -from from ] \
[ -subject subject ] [ -msg msg ] [ -src_pathname src_pathname ] \
[ -dst_filename dst_filename ]
Defined in tcl/email-utils.tclSend an email message using ns_sendmail, with a MIME base64 encoded attachment of the file src_pathname. src_pathname is an absolute pathname to a file in the local server filesystem. dst_filename is the name given to the file attachment part in the email message.
- Switches:
-
-to (optional)
-from (optional)
-subject (optional)
-msg (optional)
-src_pathname (optional)
-dst_filename (optional)
|