jethrobarroso / django-mail-publisher

A simple django REST project that publishes mail via API
0 stars 0 forks source link

Recipients limited to a single email #2

Open rudolfAI opened 1 year ago

rudolfAI commented 1 year ago

Should support multiple recipients. (applies to bcc and cc recipient lists as well)

The serializer was setup as EmailField which only supports a single recipient.