N
Novu8mo ago
Emerson

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.0
7 Replies
Emerson
Emerson8mo ago
I've tried this, but it didn't work from my end.
Pawan Jain
Pawan Jain8mo ago
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@domain.com to SenderName <email@domain.com> in from field of mandrill integaration form
Emerson
Emerson8mo ago
Looks 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.
Pawan Jain
Pawan Jain8mo ago
Yes It should have Would you mind creating a GitHub issue for this? !bug
Emerson
Emerson8mo ago
Sure! Let me open it.