I have created a custom tree in a new section in Umbraco backend from where my client shall be able to select between the subscribed to the newsletter.
The link is a simple <a href="mailto: " + subscribers; where I need the selected group from the dropdown to be saved as a string.
E.g: the dropdown gets the categories from a database table titel (everybody, coach, parents, etc. ). All subscribers are saved in another database table nyhedsTilmelding, where there is a column for the title/category. When Everybody (Alle) is selected to mailto link need all the subscribers e-mails, when Coach (træner) is seleted the mailto link need to get the e-mails where the title is Coach (træner) in the database table.
Send mail to custom group
Hi
I have created a custom tree in a new section in Umbraco backend from where my client shall be able to select between the subscribed to the newsletter.
The link is a simple <a href="mailto: " + subscribers; where I need the selected group from the dropdown to be saved as a string.
E.g: the dropdown gets the categories from a database table titel (everybody, coach, parents, etc. ). All subscribers are saved in another database table nyhedsTilmelding, where there is a column for the title/category. When Everybody (Alle) is selected to mailto link need all the subscribers e-mails, when Coach (træner) is seleted the mailto link need to get the e-mails where the title is Coach (træner) in the database table.
- Bjarne
Well, i found a solution myself.
- Bjarne
is working on a reply...