Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Issue to manage the email log when multiple role user Authenticate #36

Open
parthkapatel opened this issue Apr 11, 2022 · 2 comments
Open

Comments

@parthkapatel
Copy link

Is there any way to add login user id or email id to identification that which user sent that mail so we can separate the different user data to display that data to particular user ?

currently, I have to display all email log data to admin because i can't get the particular user data from email log table

please think on it and change accordingly

@spaantje
Copy link
Collaborator

Hi. You could always add a column on your own and hook into the creating event of the model to add the data you need.

@parthkapatel
Copy link
Author

Can you please explain me how to use the event and how to add additional column in database and override the functions because I am not aware with the events in Laravel that's why

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants