email_send() multiple to, cc, and bcc ?

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
jingshaochen
Posts: 10
Joined: 20 Jul 2018, 17:15

email_send() multiple to, cc, and bcc ?

Post 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
Post Reply