spatie / laravel-mailcoach-sdk

An SDK to easily work with the Mailcoach API in Laravel apps
https://mailcoach.app
MIT License
26 stars 7 forks source link

Does it support sending transactional email? #2

Closed sammyaxe closed 1 year ago

sammyaxe commented 1 year ago

I have self-hosted Mailcoach set up, and I want to enable Laravel Instance to facilitate transactional emails via self-hosted service.

freekmurze commented 1 year ago

Currently the SDK those not have support for the transactional mail endpoints. For now, use the API directly for that.

ryryan commented 10 months ago

Seems like it has since Oct '23.

sammyaxe commented 10 months ago

Seems like it has since Oct '23.

I will check it out, thanks for letting me know