$mail->setSubject('Curriculum Approval: You have '.$requestCount.' pending requests.');
$mail->setBodyText(
'Please log in to courseapproval.unl.edu to view and respond to your pending course requests.
1. Copy and paste or type courseapproval.unl.edu into to address bar of your Internet browser and log in to the system using your Blackboard username and password. You may also access the system through the ACE web site: Go to ace.unl.edu, click on Course Submission under Navigation, then click on the link on that page.
2. After you have logged in, click on "My Requests".
3. Course requests with a status of "decision" require you attention.
4. Upon determining your action, click on the drop-down box under "status" and make your selection.
5. Finally, click on the "Submit Decisions" button to process your decisions.
For more information about these automated e-mails go to ace.unl.edu.');
$mail->setBodyHtml(
<<<EOF
<p>
Please log in to <a href="courseapproval.unl.edu">courseapproval.unl.edu</a>
to view and respond to your pending course requests.
</p>
<ol>
<li>
Copy and paste or type courseapproval.unl.edu into to address bar of your Internet
browser and log in to the system using your Blackboard username and password. You
may also access the system through the ACE web site: Go to ace.unl.edu, click on
Course Submission under Navigation, then click on the link on that page.
</li>
<li>After you have logged in, click on "My Requests".</li>
<li>Course requests with a status of "decision" require you attention.</li>
<li>Upon determining your action, click on the drop-down box under "status" and make your selection.</li>
<li>Finally, click on the "Submit Decisions" button to process your decisions.</li>
</ol>
<p>For more information about these automated e-mails go to ace.unl.edu.</p>