A project manager is working on a project where a new team member is not receiving project updates. The team member reports that they can access the project portal but not the project emails. Based on the exhibit, what is the most likely cause?
Exhibit
Refer to the exhibit. Command: ping -c 4 10.0.1.15 Output: PING 10.0.1.15 (10.0.1.15) 56(84) bytes of data. From 10.0.1.1 icmp_seq=1 Destination Host Unreachable From 10.0.1.1 icmp_seq=2 Destination Host Unreachable From 10.0.1.1 icmp_seq=3 Destination Host Unreachable From 10.0.1.1 icmp_seq=4 Destination Host Unreachable --- 10.0.1.15 ping statistics --- 4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3005ms Command: arp -a Output: ? (10.0.1.1) at 00:1a:2b:3c:4d:5e [ether] on eth0 ? (10.0.1.15) at <incomplete> on eth0
Trap 1: The team member has missing email configuration
Missing email configuration would prevent receiving any emails, not just project emails.
Trap 2: The team member is not listed in the project directory
Being in the project directory ensures portal access, but email groups are separate.
Trap 3: The email server firewall is blocking messages
Firewall blocking would affect all emails, not just project emails.
- A
The team member has missing email configuration
Why wrong: Missing email configuration would prevent receiving any emails, not just project emails.
- B
The team member is assigned to a misconfigured communication group
Correct. Communication groups control email distribution; being in the wrong group prevents receiving updates.
- C
The team member is not listed in the project directory
Why wrong: Being in the project directory ensures portal access, but email groups are separate.
- D
The email server firewall is blocking messages
Why wrong: Firewall blocking would affect all emails, not just project emails.