When to Use?
The following instructions provide a work around so students can email you from within your Blackboard course. This method bypasses the internal messages in Blackboard and allows students to use their email client to communicate with you.
Procedure
1. Navigate to your course and on the Course Content page create a new “Document”.
2. On the document's content page select “Add HTML”.
3. Enter the following HTML text. Be sure to:
- Replace the email address with the email address that you want to use for receiving student emails
- Replace the subject with the text that you would like to use for the subject line.
- Replace the second line with the text that you would like to use for the link.
<a href=mailto:username@gvsu.edu?subject=Course%20Name%20Number%20Information>
Click on this link to open your default email application to send me an email.
</a>
NOTE: After the email addresses, you need to add an ? to separate the emails and the subject parameter. If you omit that ?, then the subject link will not work. In addition, you must insert %20 between each word in the subject line in order for all of the text to display correctly in the subject field. Do not use spaces.
Example:
4. Click the Save button.
5. Here is how the newly added link will appear in the document.
5. When the student clicks the link it will open their default mail application with the “To” field and “Subject” line completed.