| 534 | ==== Let others to create tickets==== |
| 535 | |
| 536 | If you are managing RT institutional level, when people send emails to the mail you have announced, you will be able to see a created ticket on the system. |
| 537 | In this setup, mails are sent over terminal using mail command. |
| 538 | |
| 539 | Example: |
| 540 | |
| 541 | {{{ |
| 542 | mail -s "Apache2 error" tac1@learn.com |
| 543 | }}} |
| 544 | |
| 545 | after sending the mail, reload your rt and you will see a new ticket with the subject "Apache2 Error" under the queue with a queue number. |
| 546 | |
| 547 | ==== Changing status of a ticket==== |
| 548 | |