remove old readme
[atutor.git] / documentation / instructor / course_email.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
2
3 <h2>Course Email</h2>
4         <p>Using the <em>Course Email</em> option, you can send an email to all assistants (students with privileges), enrolled, un-enrolled, and /or alumni students in your current course. A copy of the email is also sent to your registered email address.</p>
5         <p>The following tags can be added to course emails to customize the message to the recipients. They are replaced with their personal information.</p>
6 <ul>
7 <li><strong>{AT_FNAME}</strong> Replaced with recipient's first name in the body or subject line.</li>
8 <li><strong>{AT_LNAME}</strong> Replaced with recipient's last name in the body or subject line.</li>
9 <li><strong>{AT_EMAIL}</strong> Replaced with recipient's email in the body.</li>
10 <li><strong>{AT_USER}</strong>  Replaced with recipient's login name in the body.</li>
11 </ul>
12
13 <?php require('../common/body_footer.inc.php'); ?>