Skip to content

Commit

Permalink
feat(sails-mail): add transport for cc and bcc
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Nov 21, 2024
1 parent 6386a5e commit 4c0652c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mail/send-helper.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ The name of the primary recipient
sails.helpers.mail.send.with({ toName: 'Jack Sparrow' })
```

## `cc`
## `cc` <Badge>SMTP</Badge> <Badge>Resend</Badge>

The email addresses to send a carbon copy of the mail to.

```js
sails.helpers.mail.send.with({ cc: ['[email protected]'] })
```

## `bcc`
## `bcc` <Badge>SMTP</Badge> <Badge>Resend</Badge>

The email addresses to send a blind carbon copy of the mail to.

Expand Down

0 comments on commit 4c0652c

Please sign in to comment.