-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Q] New product order notification via e-mail #38
Comments
You have to add a listener in your application's EventServiceProvider, that listens to the Please let me know if it worked or if you need more guidance. |
Thank you! I will try and write this if it worked or not |
I'm a absolutely newbie at the Laravel. I create and register the file of lisener:
at the listener:
|
Add use Vanilo\Order\Events\OrderWasCreated; to the list of use clauses in the |
Thank you! It works! |
Is it possible to receive an email when a new product order? I didn't find anything about it in the documentation.
Thank you for this interesting project!
The text was updated successfully, but these errors were encountered: