Page 1 of 1

e-mail addresses

Posted: Tue Sep 02, 2008 4:52 am
by Gekseppe
Hello;

I have to send a daily report to customers belonging to different firms.

Is there a way to hide e-mail addresses (i.e. CCN) when using the option Internet->Send mail ?

Many thanks for your good work !

Giuseppe

e-mail addresses

Posted: Tue Sep 02, 2008 5:10 am
by Oleg
The best way is the sending of individual message to each customer in the loop.
You may write text file where each line is address of your customer.

The algorithm of your task will be such:

Text loop
   send email // to current client
end loop

Thus, you customer can see only your email (field FROM) and him own address (field TO).