e-mail addresses

Discuss RoboTask here
Post Reply
Gekseppe
Posts: 16
Joined: Tue Sep 02, 2008 4:45 am
Location: Iceland

e-mail addresses

Post 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
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

e-mail addresses

Post 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).
Last edited by Oleg on Tue Sep 02, 2008 10:27 am, edited 1 time in total.
Post Reply