diff --git a/docs/mail/send-helper.md b/docs/mail/send-helper.md
index 0a61af0..ba67703 100644
--- a/docs/mail/send-helper.md
+++ b/docs/mail/send-helper.md
@@ -59,7 +59,7 @@ The name of the primary recipient
sails.helpers.mail.send.with({ toName: 'Jack Sparrow' })
```
-## `cc`
+## `cc` SMTP Resend
The email addresses to send a carbon copy of the mail to.
@@ -67,7 +67,7 @@ The email addresses to send a carbon copy of the mail to.
sails.helpers.mail.send.with({ cc: ['jack@blackpearl.com'] })
```
-## `bcc`
+## `bcc` SMTP Resend
The email addresses to send a blind carbon copy of the mail to.