I have requirement that dbr.mail to work with email field in database which contains multiple emails seperated by ,
If single email address is passed , dbr.mail works but does not work in case of passing multiple emails
Please help
I have requirement that dbr.mail to work with email field in database which contains multiple emails seperated by ,
If single email address is passed , dbr.mail works but does not work in case of passing multiple emails
Please help
Convert the comma separated list to individual addresses and use dbr.mail.recipient.
--
myDBR Team
We added the capability to use comma separated list in the email address for the dbr.mail-command. Just run the updater to take advantage of this.
--
myDBR Team
You must log in to post.