Hi, I use VBO to sent messages to a list of users filtered by views.
Every user can use it to sent messages to special user groups.
Are the generated mails stored in the database? Or is this possible?
I need something like a history for each user, so he can see when he sent what to whom ....
Any ideas on this?
Kind regards
Kai
Comments
Comment #1
infojunkieAs far as I know, emails are not stored in the database. If you can code, you could define your own
hook_mail_alter, intercepting mails with id='action_send_email' to store their info in a table of your own creation.Comment #2
vistree commentedHi kratib,
thank you for your hints. Unfortunately I can't code. So maybe I have to look for an other tool ...
Kind regards
Kai
Comment #3
infojunkieSorry I can't help you further.