Click here to Skip to main content
15,911,789 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need to send different data to different people. And data are stored in oracle database. How should i do that using oracle mailing services.

example:

table structure
id   |    EmpInfo   |    email         
1    |   aaa...     |    aaa@aaa.com
2    |   bbb...     |    bbb@aaa.com
3    |   ccc...     |    ccc@aaa.com

i need to send EmpInfo to respective email address.

aaa... to aaa@aaa.com
bbb... to bbb@aaa.com
...
etc

it has to be done at a time.
Posted
Updated 18-Sep-12 21:50pm
v3

1 solution

 
Share this answer
 
v2
Comments
T-Joe 31-Aug-12 6:45am    
It's only one time and 1 mail to many recipient case. Thank you anyways.
ssd_coolguy 31-Aug-12 7:48am    
Can't you use loop here?
T-Joe 18-Sep-12 23:46pm    
yes of course. but i thought there would be more easy and convenient way to do that.
ssd_coolguy 19-Sep-12 4:32am    
bcoz..here you have different mail body for every mail id..and for that you need to set body every time..
T-Joe 19-Sep-12 21:11pm    
i see. so there isn't any other way

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900