NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on October 17, 2012, 12:47:45 AM

Title: sending mutiple emails
Post by: olu on October 17, 2012, 12:47:45 AM
Hi everyone, am sure someone  must have done this or something similar but what i am trying to do is this :
i have a  email form which the users would like to send multiple people the same email by clicking on a select button which brings up a browse with the contact list and from there they can select who they want to send the email to.
Here is the problem i can only select one contact at the moment and if i go back to add another contact from the browse the one before it gets overwritten. is there a way to make it do something like this email1@email.com,email2@email.com,email3@email.com
Title: Re: sending mutiple emails
Post by: kevin plummer on October 17, 2012, 01:43:03 AM
Have a look at the Tagging Example. Create a popup form with the browse on it rather than a lookup and then loop through tagged records to get your email address's after the form is closed. I use tagging everywhere.