Show Transport Members in Alert Template

Hi All,

Up until now, we’ve been using the “Issue alerts to admins” Alert Setting along with this in our Alert Template:

Alert sent to: @foreach ($alert->contacts as $key => $value) {{ $value }} <{{ $key }}>, @endforeach

When we get email alerts, it shows a list of the names and emails of Admins who got the alert.

We’re trying to break things up and start using Transport Groups. The Transport Groups are working, but the alerts don’t show anything after “Alert sent to” anymore. Is there a way to tweak the above code to list out the users in the Transport Group like before?

One other related question, what does “Default Alert” in an Alert Transport mean? The tooltip just says “The transport is default”. I couldn’t find anything online about that toggle.

Thanks!