Page 1 of 1

email_send() multiple to, cc, and bcc ?

Posted: 26 Jul 2018, 17:55
by jingshaochen
Hi,

In one of my plugins, I need to send an email to multiple To, Cc, and Bcc email addresses. email_store() or email_send() does not support that. It only support up to one each.

I added a patch that can enhance email_send() to take multiple email addresses separated by ','.

Can anyone review it and see if it can be merged into the main branch?

Thanks