Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/platform/integrations/email/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
</Tab>
</Tabs>

<Callout type="info">By default, Novu merges override `to` addresses with the subscriber email. Set `replaceToRecipient: true` to send only to the override recipients and omit the subscriber email from `to`. When `replaceToRecipient` is `true`, include at least one of `to`, `cc`, or `bcc` in the email override. If `to` is empty but `cc` or `bcc` is set, Novu uses the `from` address as `to`.</Callout>
<Callout type="info">By default, Novu merges override `to` addresses with the subscriber email. Set `replaceToRecipient: true` to send only to the override recipients and omit the subscriber email from `to`. When `replaceToRecipient` is `true`, include at least one of `to`, `cc`, or `bcc` in the email override. If `to` is explicitly set to `[]` and `cc` or `bcc` is set, Novu keeps `to` empty and delivers via `cc`/`bcc` only. For Custom SMTP (Nodemailer) providers, Novu normalizes an empty `to` to `undisclosed-recipients:;` so the message sends without exposing subscriber or sender addresses in the `To` field.</Callout>

Check notice on line 205 in content/docs/platform/integrations/email/index.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] content/docs/platform/integrations/email/index.mdx#L205

[write-good.E-Prime] Try to avoid using 'is'.
Raw output
{"message": "[write-good.E-Prime] Try to avoid using 'is'.", "location": {"path": "content/docs/platform/integrations/email/index.mdx", "range": {"start": {"line": 205, "column": 322}}}, "severity": "INFO"}

Check notice on line 205 in content/docs/platform/integrations/email/index.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] content/docs/platform/integrations/email/index.mdx#L205

[Google.Passive] In general, use active voice instead of passive voice ('is set').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is set').", "location": {"path": "content/docs/platform/integrations/email/index.mdx", "range": {"start": {"line": 205, "column": 366}}}, "severity": "INFO"}

Check notice on line 205 in content/docs/platform/integrations/email/index.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] content/docs/platform/integrations/email/index.mdx#L205

[write-good.E-Prime] Try to avoid using 'is'.
Raw output
{"message": "[write-good.E-Prime] Try to avoid using 'is'.", "location": {"path": "content/docs/platform/integrations/email/index.mdx", "range": {"start": {"line": 205, "column": 366}}}, "severity": "INFO"}

Check warning on line 205 in content/docs/platform/integrations/email/index.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] content/docs/platform/integrations/email/index.mdx#L205

[write-good.Passive] 'is set' may be passive voice. Use active voice if you can.
Raw output
{"message": "[write-good.Passive] 'is set' may be passive voice. Use active voice if you can.", "location": {"path": "content/docs/platform/integrations/email/index.mdx", "range": {"start": {"line": 205, "column": 366}}}, "severity": "WARNING"}

Check notice on line 205 in content/docs/platform/integrations/email/index.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] content/docs/platform/integrations/email/index.mdx#L205

[Google.Acronyms] Spell out 'SMTP', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'SMTP', if it's unfamiliar to the audience.", "location": {"path": "content/docs/platform/integrations/email/index.mdx", "range": {"start": {"line": 205, "column": 441}}}, "severity": "INFO"}

Check notice on line 205 in content/docs/platform/integrations/email/index.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] content/docs/platform/integrations/email/index.mdx#L205

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "content/docs/platform/integrations/email/index.mdx", "range": {"start": {"line": 205, "column": 446}}}, "severity": "INFO"}
Comment thread
greptile-apps[bot] marked this conversation as resolved.
Outdated

### Targeting a specific provider

Expand Down
Loading