Configure Exchange Hub Transport to accept RELAY from SharePoint Server (191.121.6.7).
new-ReceiveConnector -Name 'AcceptRelay' -Usage 'Custom' -Bindings '0.0.0.0:25' -RemoteIPRanges '191.121.6.7' -Server 'QUEEN'
get-ReceiveConnector "QUEEN\AcceptRelay" | Add-ADPermission -User "NT Authority\Anonymous Logon" -ExtendedRights 'MS-Exch-SMTP-Accept-Any-Recipient'

SharePoint Central Adminstration
System Settings--Configure outgoing e-mail settings

Create a list based on "Issue Tracking" template
Site Actions--View All Site Content
Create--List--Issue Tracking

The Issue Status column is a multiple choice type with the following settings:

Associate a Three State workflow to '1ASK2 Tracking' list
1ASK2 Tracking--List Settings--Permissions and Management--Workflow Settings
Add a workflow
workflow template:Three-state
Name:3State
Task List:Tasks
History List:Workflow History

Start Options
1ask2\Domain Users has the CONTRIBUTE permission on 1ASK TRACKING list and TASKS list.

When jim receives the email notification and start the TASK, the 3STATE is changed to 'In Progress'.


Jim will receive a notification email. After he resolved the issue and change the STATUS to COMPLETED, the 'ISSUE STATUS' will be 'RESOLVED'.

Administrator will receive a REVIEW notification email. After Administrator reviews it and changes the STATUS to Completed, the ISSUE STATUS will be "CLOSED".
