Email sender name issue with Mandrill integration
I've configured
Sender name
in both Mandrill provider and email template, but didn't appear in received emails. @Pawan Jain can you help on this issue? Thanks!
Environment: Novu cloud
client version: @novu/node 0.20.07 Replies
Hi @Emerson
Could you please try with overrides
https://docs.novu.co/channels-and-providers/email/overview#sending-email-overrides
I've tried this, but it didn't work from my end.
Hi @Emerson
Sorry for inconvenience
Looks like we are not sending sender name
https://github.com/novuhq/novu/blob/next/providers/mandrill/src/lib/mandrill.provider.ts#L48
can you please try replacing
[email protected]
to SenderName <[email protected]>
in from field of mandrill integaration formLooks like it need to fill in
from_name
field to have the sender name to show up in email which is missing in current implementation.
Reference from Mandrill's doc:
https://mailchimp.com/developer/transactional/api/messages/send-new-message/Send new message | Mailchimp Transactional API Reference | Mailchim...
Send a new transactional message through the Transactional API.
Yes It should have
Would you mind creating a GitHub issue for this?
!bug
Sure! Let me open it.