Hello,
I got a table which looks like this:
# | e-mail
--------------
a | me@x.com
b | me@x.com
c | you@x.com
d | he@x.com
e | he@x.com
f | he@x.com
Please note that column '#' is a reference number in the actual environment.
I need to write a function which sends an e-mail to all of these people, together with the reference numbers that are linked to them.
Example: to he@x.com I will send an e-mail which includes references d,e & f. but I don't want to send 3 seperate e-mails.
Probably I'll need some kind of 'for i = a to b; next' function to go through my table. Or maybe there's a better alternative? Can somebody give me more information about this function specifically?
Kind regards,
Hans B.
I got a table which looks like this:
--------------
a | me@x.com
b | me@x.com
c | you@x.com
d | he@x.com
e | he@x.com
f | he@x.com
Please note that column '#' is a reference number in the actual environment.
I need to write a function which sends an e-mail to all of these people, together with the reference numbers that are linked to them.
Example: to he@x.com I will send an e-mail which includes references d,e & f. but I don't want to send 3 seperate e-mails.
Probably I'll need some kind of 'for i = a to b; next' function to go through my table. Or maybe there's a better alternative? Can somebody give me more information about this function specifically?
Kind regards,
Hans B.