Skip to content

Commit b3f53ea

Browse files
committed
docs(api-server): add caution aside about SendGrid plan limitations
- Include information about SendGrid's free trial limitations - Explain the transition to a Pay As You Go plan after 60 days - Provide a link to SendGrid's Pricing Page for more details
1 parent 48e3ae0 commit b3f53ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/api-server/guides/configure-environment-variables.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ The API key for your SendGrid account. The server uses SendGrid to send transact
5151
1. Log in to your [SendGrid account](https://signup.sendgrid.com/).
5252
2. Follow the [official SendGrid guide](https://www.twilio.com/docs/sendgrid/ui/account-and-settings/api-keys#creating-an-api-key) for detailed instructions.
5353

54+
<Aside type="caution" title="SendGrid Plan Limitations">
55+
SendGrid's free trial (no credit card required) is an excellent choice for development and initial testing. It provides a limit of 100 emails per day for the first 60 days. After this period, your account will be converted to a Pay As You Go plan, which requires adding a payment method to continue service.
56+
57+
For more details, see the [SendGrid Pricing Page](https://sendgrid.com/en-us/pricing).
58+
</Aside>
59+
5460
#### `DEFAULT_SENDER_EMAIL`
5561
The "From" email address for all outgoing transactional emails.
5662

0 commit comments

Comments
 (0)