NetTalk Central

Author Topic: sending mutiple emails  (Read 2449 times)

olu

  • Sr. Member
  • ****
  • Posts: 352
    • View Profile
    • Email
sending mutiple emails
« 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

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: sending mutiple emails
« Reply #1 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.