Using profile field tags with sender information in email template

Post Reply
mike_m
Posts: 5
Joined: Mon Apr 17, 2023 7:50 pm

Using profile field tags with sender information in email template

Post by mike_m » Mon Apr 17, 2023 8:02 pm

Hi there,

On a private discussion list, how can I use profile field tags with the sender's information in the email template?

For example, I would like to put the sender's first name, last name and email address at the top of every discussion list message, like so:

Code: Select all

This message was sent from: 
<!-- tmpl_var sender.first_name --> <!-- tmpl_var sender.last_name --> (<!-- tmpl_var sender.email -->)
I can use <!-- tmpl_var sender.email -->, but not <!-- tmpl_var sender.first_name -->.

Only <!-- tmpl_var subscriber.first_name --> will be parsed correctly. Is there a way to access and display the sender's information as well?

Thank you!

User avatar
dadamail
Site Admin
Posts: 67
Joined: Fri Nov 29, 2019 10:47 pm
Contact:

Re: Using profile field tags with sender information in email template

Post by dadamail » Mon Apr 17, 2023 10:32 pm

mike_m wrote:
Mon Apr 17, 2023 8:02 pm
Only <!-- tmpl_var subscriber.first_name --> will be parsed correctly. Is there a way to access and display the sender's information as well?
No, I don't believe the information for the actual From: header can be accessed. Good idea though! I've added it to the issue tracker for a future feature:

https://github.com/justingit/dada-mail/issues/1148
Justin J
Creator, Dada Mail

Post Reply