omnivery / mautic-omnivery-plugin

Email transport using Omnivery API
https://omnivery.com/
GNU General Public License v3.0
4 stars 0 forks source link

Reply-to/Bcc advanced settings ignored #6

Closed axelocz closed 2 years ago

axelocz commented 2 years ago

The Reply-to and BCC params are not being passed to the API. I see little use for the BCC, but Reply-To is actually very useful.

pass the address in reply_to param of API call

mzagmajster commented 2 years ago

If during test there is a scenario where this is not covered., please provide exact steps to reproduce the issue. Thanks.

axelocz commented 2 years ago

The reply-to & bcc are not being set, only the From is set correctly

image

axelocz commented 2 years ago

looking at the requests I can tell that reply-to is not in the request at all and bcc is incorrectly formed: 'bcc[support@omnivery.com][email]' => 'support@omnivery.com'

should have been 'bcc' => 'support@omnivery.com'

axelocz commented 2 years ago

all settings are now passed correctly