I will take a look at it.
kind regards,
henk-jan
first of all: I think if Bots would be able to do this.
to send a mail to multiple recievers, what needs to be adapted is:
- in email header
- sending by smtp (this is what does the actual sending to multiple
receivers)
this is in itself quite easy.
but how should this be indicated in bots?
as you noticed, the email field is checked now to for one email address
in the GUI.
which is a good check.
I could introduce multiple email fields in the email tabel, or use
multiple records.
in both cases the database would have to be changed. at the moment I don
not wnat to make changes in the dtabase.
a 'upward compatibele' workaround would be to add multiple addresses
using a user exit in a route. the database can stay the same for now,
while you cna still use the multiple addresses.
would this be a good solution? let me know how you think about this.
kind regards,
henk-jan ebbers