AUTO-MULTIPLE-CHOI(1) | Auto Multiple Choice | AUTO-MULTIPLE-CHOI(1) |
auto-multiple-choice-mailing - mail PDF annotated completed answer sheets to students
auto-multiple-choice mailing [--xmlargs args.xml] --project project-dir --students-list students-list.csv [--list-encoding encoding] --email-column col --sender sender-email --subject subject --text email-body [--text-content-type content-type] [--debug file.log] [transport arguments...]
The command auto-multiple-choice mailing sends by email the PDF annotated completed answer sheets to the students. Email addresses are taken from the students list file.
--project project-dir
--students-list students-list.csv
--list-encoding encoding
--email-column col
--sender sender-email
--cc cc-email-address
--bcc bcc-email-address
--subject subject
--text email-body
--text-content-type content-type
--attach filename
--transport transport
--debug file.log
--delay time
Depending on the value used for argument transport, the following arguments can be added:
--sendmail-path path
--smtp-host host
--smtp-port port
--smtp-ssl mode
--smtp-user user
--smtp-passwd-file file
To avoid encoding problems, one can place some arguments in a XML file and use the --xmlargs file.xml argument as the first command argument. Here is an example of such a file:
<?xml version="1.0" encoding="UTF-8"?> <arguments>
<arg>--sender</arg><arg>Bienvenüe <paamc@passoire.fr></arg>
<arg>--text</arg><arg>Voilà votre copie corrigée</arg>
<arg>--subject</arg><arg>QCM</arg> </arguments>
Alexis Bienvenüe <paamc@passoire.fr>
Anirvan Sarkar
Hiroto Kagotani
Frédéric Bréal
Jean Bérard
Georges Khaznadar
Copyright © 2008-2021 Alexis Bienvenüe
This document can be used according to the terms of the GNU General Public License, version 2 or later.
2021-02-12 | Auto Multiple Choice 1.5.0 |