knadh / listmonk

High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
https://listmonk.app
GNU Affero General Public License v3.0
14.54k stars 1.33k forks source link

Not sending Bcc #2017

Closed vincentmarkcelino closed 2 weeks ago

vincentmarkcelino commented 2 weeks ago

Version:

Description of the bug and steps to reproduce: I am using the transactional template. the Cc and Bcc is not working. Did I miss something?

Screenshots: Sample: { "subscriber_email": "shan@test.com", "template_id": 5, "headers": [ { "Cc": "apps@2go.com.ph" }, { "Bcc": "apps@2go.com.ph" } ], "data": { "rese_no": "12345" } }

knadh commented 2 weeks ago

This bug was fixed earlier https://github.com/knadh/listmonk/pull/1865/files and will be available in the next release.

vincentmarkcelino commented 2 weeks ago

This bug was fixed earlier https://github.com/knadh/listmonk/pull/1865/files and will be available in the next release.

thank you so much. you're the best <3