How do I get Xcode Server to send emails

I have postfix setup. I confirmed by sending test emails. If I watch the logs, I can see the emails being sent:

Code Block
log stream --predicate '(process == "smtpd") || (process == "smtp")' --info

2020-10-07 09:20:05.110042-0700 0x797f8 Info 0x0 44288 0 smtp: 697E213FE996: to=<MY@EMAIL.com>, relay=email-smtp.us-east-1.amazonaws.com[3.209.161.67]:587, delay=15, delays=14/0/0.83/0.84, dsn=2.0.0, status=sent (250 Ok 0100017503dcd187-5b1e6a31-4a69-478e-9d61-0bed900f21a1-000000)



In the Xcode build service logs, I can see that it starts the email step, but I don't see the log being create in the mail logs

Code Block
/Library/Developer/XcodeServer/IntegrationAssets/db3c6b6a0ee11805255ff018f876ebe7-ServerTest\ Bot/5/buildService.log

Oct 7 09:22:53 [7704] <Info>: Executing trigger 'Periodic Email Report'
Oct 7 09:22:53 [7704] <Info>: Completed integration step XCSTriggersIntegrationStep without error


As for the Xcode email settings, I have tried both empty fields as suggested on stackoverflow and filling them in correctly. Neither seem to work.
How do I get Xcode Server to send emails
 
 
Q