Use From: header data in template tags
Perhaps there should a way to use the header phrase value in the message itself (we're thinking discussion lists) via template tags.
That would be fantastic!
Alternatively, for closed discussion lists, the sender will be on the subscriber list. Hence, it would be great if the template could access their profile field info.
Alternatively, for closed discussion lists, the sender will be on the subscriber list. Hence, it would be great if the template could access their profile field info.
I want to say that should be possible now. The default From Header Phrase already uses,
<!-- tmpl_var subscriber.email -->
But in the email template, subscriber.email will parse as the recipient's information.
The objective is to include information about the sender in the email body of the message that goes to the discussion list.
For a private discussion list, I would see the workflow as follows:
- Dadamail receives incoming message
- Sender must be a subscriber to the list, hence Dadamail can fetch profile information from the database
- Dadamail parses template tags for sender and recipient (both coming from the subscriber database)
- Done.