Index: openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl,v diff -u -r1.108.2.23 -r1.108.2.24 --- openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 28 Dec 2021 10:57:01 -0000 1.108.2.23 +++ openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl 14 Mar 2022 13:39:30 -0000 1.108.2.24 @@ -288,10 +288,11 @@ {-object_id ""} } { - Prepare an email to be send with the option to pass in a list - of file_ids as well as specify an html_body and a mime_type. It - also supports multiple "TO" recipients as well as CC - and BCC recipients. Runs entirely off MIME and SMTP to achieve this. + Prepare an email to be sent, with the option to pass in a list + of file_ids as well as specify an html_body and a + mime_type. It also supports multiple "TO" recipients as well + as CC and BCC recipients. Runs entirely off MIME and SMTP to + achieve this. @param send_immediately The email is send immediately and not stored in the acs_mail_lite_queue @@ -454,10 +455,11 @@ {-force_delivery_mode ""} } { - Prepare an email to be send immediately with the option to pass in a list - of file_ids as well as specify an html_body and a mime_type. It also supports - multiple "TO" recipients as well as CC - and BCC recipients. Runs entirely off MIME and SMTP to achieve this. + Prepare an email to be sent immediately, with the option to + pass in a list of file_ids as well as specify an html_body and + a mime_type. It also supports multiple "TO" recipients as well + as CC and BCC recipients. Runs entirely off MIME and SMTP to + achieve this. @param to_addr List of e-mail addresses to send this mail to.