Closed ervshaikh closed 2 months ago
Hey @ervshaikh, do you by chance have this package's service provider in the extra.laravel.dont-discover
key inside your composer.json
file? The only way I can reproduce this is by having the service provider be ignored/not run.
error.txt The error is : No hint path defined for [postmark].
Integration Method using: MailMessage with notifiable in Laravel
Detailed description
I am trying to send an email from existing implementation of laravel notification using postmark email template method.
toMail() which extends by Notification
call from controller using user->notify(with Notification class)
Context
Why is this change important to you? How would you use it?
How can it benefit other users?
Possible implementation
Not obligatory, but suggest an idea for implementing addition or change.
In Local environment
Include as many relevant details about the environment you experienced the bug in and how to reproduce it.