send_email_attachment_from_file

EveAndersson.com : API Browser : send_email_attachment_from_file

send_email_attachment_from_file

send_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.tcl

Send 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)
[ show source ]

Show another procedure:

eve@eveandersson.com