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

infojunkie’s picture

As 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.

vistree’s picture

Hi kratib,
thank you for your hints. Unfortunately I can't code. So maybe I have to look for an other tool ...

Kind regards

Kai

infojunkie’s picture

Status: Active » Closed (won't fix)

Sorry I can't help you further.