liip / LiipMonitorBundle

Integrates the LiipMonitor library into Symfony
http://liip.ch
467 stars 103 forks source link

Opportunity to give multiple recipients for swift_mail reporter. #212

Closed FabianSchmick closed 5 years ago

FabianSchmick commented 5 years ago

We wanted to mail reports to multiple colleagues via the SwiftMailerReporter. The setTo method of Swift_Message accepts a string as well as an array. So we simply had to adjust the configuration of this bundle and nothing further.

kbond commented 5 years ago

Looks good, thanks @FabianSchmick