I have used frappe.send mail function in server script.
Email Queue output:
i want to show recipients as : To: aaa@gmail.com,bbb@gmail.com,ccc@gmail.com
not To: <–recipient–>.
i want this:
not this:
i think,
using this way (To: aaa@gmail.com,bbb@gmail.com,ccc@gmail.com) all ids will show in all emails in email details
using this way( To: ) particular receiver id will only show its id in email details.and reply to all also not possible.
as email cc is not provided now through client script,server script and notification.
please give any solution for this.