InnoGE / laravel-msgraph-mail

Laravel Mail driver for Microsoft Office 365 using the MSGraph API
MIT License
26 stars 7 forks source link

Raise PHPStan level to max and allow multiple mailers #23

Closed spawnia closed 5 months ago

spawnia commented 5 months ago

MicrosoftGraphApiService is no longer bound to the service container, as there can be multiple instances of it with different mailer configurations.

spawnia commented 5 months ago

I just tried this branch in a project, it works fine.

spawnia commented 5 months ago

@geisi I am successfully running this branch in production for 3 weeks now and would love to get back to using a stable version of your package. If you can find the time to do another review and potentially include it, that would be great. Thanks for the great package, it has made sending mails much more reliable for us.

geisi commented 5 months ago

@spawnia I will have a look at it soon!