Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit a3e33ea

Browse files
author
Matt Bernier
committed
Merge pull request #1144 from sendgrid/mbernier-patch-3
Updated description for mail.send
2 parents 6348458 + 4601745 commit a3e33ea

File tree

1 file changed

+1
-1
lines changed
  • source/API_Reference/Web_API

1 file changed

+1
-1
lines changed

source/API_Reference/Web_API/mail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SendGrid's [API Keys]({{root_url}}/User_Guide/Account/api_keys.html) should be u
3535
Send email.
3636

3737
{% parameters mail %}
38-
{% parameter 'to' 'Yes' 'Must be a valid email address' 'This can also be passed in as an array, to send to multiple locations. Example: to[]=a@mail.com[]=b@mail.com. Note that recipients passed in this parameter will be visible as part of the message. If you wish to hide the recipients, use the TO parameter in the [x-smtpapi]({{root_url}}/API_Reference/SMTP_API/index.html) header.' %}
38+
{% parameter 'to' 'Yes' 'Must be a valid email address' 'This can also be passed in as an array, to send to multiple locations. Example: to[]=a@mail.com&to[]=b@mail.com. Note that recipients passed in this parameter will be visible as part of the message. If you wish to hide the recipients, use the TO parameter in the [x-smtpapi]({{root_url}}/API_Reference/SMTP_API/index.html) header.' %}
3939
{% parameter 'toname' 'No' 'Must be a string. If *to* parameter is an array, *toname* must be an array with the exact number of array elements as the *to* field' 'Give a name to the recipient. This can also be passed as an array if the to above is an array. Example: toname[]=Alpha[]=Beta.' %}
4040
{% parameter 'x-smtpapi' 'No' 'Must be in valid JSON format' 'Please review the [SMTP API]({{root_url}}/API_Reference/SMTP_API/index.html) to view documentation on what you can do with the JSON headers' %}
4141
{% parameter 'subject' 'Yes' 'Must be a valid string' 'The subject of your email' %}

0 commit comments

Comments
 (0)