Documentation
supastarter for Nuxtsupastarter for NuxtMailing

Plunk

To use Plunk with supastarter, first create a Plunk account and grab your Secret API Key from the Plunk dashboard under Project Settings > Api Keys.

Add the following environment variables to your .env.local file and your deployment environment:

.env.local
PLUNK_API_KEY="your-secret-api-key"

Then, make sure to activate Plunk as the mail provider:

packages/mail/provider/index.ts
export * from "./plunk";

To customize the provider, edit the packages/mail/provider/plunk/index.ts.

For further instructions, follow the general mail instructions.

On this page

No Headings