Getting Started
Get up and running with Pietru in a few minutes.
Create an Account
- Go to app.pietru.dev
- Sign up with your email address
- Verify your email
Create Your First Project
After signing in, create a project to start capturing emails.
- Click New Project on the dashboard
- Give your project a name and slug
- Configure your email provider settings
Install the SDK
Pietru provides SDKs for popular frameworks. Choose your language:
# npm
npm install @pietru/sdk
# yarn
yarn add @pietru/sdk
Configure the SDK
Add your Pietru credentials to your application:
import { Pietru } from '@pietru/sdk'
const pietru = new Pietru({
projectId: 'your-project-id',
apiKey: 'your-api-key',
})
Send Your First Email
Once configured, emails sent through your provider will automatically appear in the Pietru dashboard.