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
Expected behavior
A clear and concise description of what you expected to happen.
BaseCreateMessage should be updated to include from field, from field should be passed to the sent email
SDK Version:
Providing the SDK version can help with the reproduction of the issue and to know if a change could have broken something.
7.1.0 Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
The "from" user name cannot be set when sending emails.
To Reproduce
Some steps involved to reproduce the bug and any code samples you can share.
await nylas.messages.send({
identifier: messagingAccountRes.data.grant_id,
requestBody: {
to: [{ email: to }],
subject: subject,
body: body,
//@ts-ignore
from: [{ email: , name: }],
},
})
Expected behavior
A clear and concise description of what you expected to happen.
BaseCreateMessage should be updated to include from field, from field should be passed to the sent email
SDK Version:
Providing the SDK version can help with the reproduction of the issue and to know if a change could have broken something.
7.1.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: