Email to mulitple emails

  • Thread starter Thread starter themase
  • Start date Start date
T

themase

Hello i a query [qryemail]
name- surname-date-emailaddress

i want to email all the people on that query using sendto command how can
this be done!

any help would be invaluble
 
themase said:
Hello i a query [qryemail]
name- surname-date-emailaddress

i want to email all the people on that query using sendto command how can
this be done!

any help would be invaluble
 
Hi

One method (there are others) would be to create a form with a list on it.
In the list you have the email address - just use select all on the list -
use SendObject then move on to the next list row.

This is quite simple and so there is not much to go wrong.

Of course one benifit of this method is that if you include the first name
of the person to who the e mail is to you can personalise each e mail. You
could include the company name in the title of the e mail, the name in the
body, etc, etc

Dear John, Dear Mary, Etc, Etc
 
Back
Top