Closed ngardner closed 4 years ago
Usability-wise it's OK but adding it to swiftmailer implementation without adding it to MessageInterface
means it won't be available in other implementations so using would mean project won't be able to switch implementations.
It is fine for your own project but not a good idea for framework overall. Instead:
$messageClass
.
Added wrapper for SwiftMessage addTo, so recipients can be added iteratively