You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sender Name doesn't work in Mandrill Provider, as the current implementation is missing the from_name parameter required by Mandrill to set up the sender's name in the email.
👟 Reproduction steps
Setup Mandrill provider in Novu Cloud
Create a workflow and implement a email template with Mandrill provider
Send a test email and check it in your inbox.
You might find there's no sender name.
👍 Expected behavior
SenderName <[email protected]> is the expected value in the from field in received email
👎 Actual Behavior with Screenshots
Actually will only receive [email protected], although you have set up the Sender Name in Novu.
Novu version
0.20.0
npm version
No response
node version
No response
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
📜 Description
Sender Name
doesn't work in Mandrill Provider, as the current implementation is missing thefrom_name
parameter required by Mandrill to set up the sender's name in the email.👟 Reproduction steps
👍 Expected behavior
SenderName <[email protected]>
is the expected value in thefrom
field in received email👎 Actual Behavior with Screenshots
Actually will only receive
[email protected]
, although you have set up theSender Name
in Novu.Novu version
0.20.0
npm version
No response
node version
No response
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: