DeckleDocs
Dashboard

Integrations · Send-through

Strapi

Send Strapi email through Deckle SMTP.

Use the Strapi nodemailer email provider plugin to send confirmation and reset emails through Deckle.

Set it up#

  1. Generate a Deckle SMTP key below and copy it.
  2. Install `@strapi/provider-email-nodemailer` and configure it in plugins config.
  3. Enter the host, port, username, and the key as the password.
  4. Verify your sender domain under Domains so mail passes SPF and DKIM.

SMTP settings#

SettingValue
Hostsmtp.getdeckle.com
Port587
Usernameapikey
PasswordYour Deckle secret key

Verify your domain

Add and verify your sender domain under Domains so mail passes SPF and DKIM.
SMTP settings
Host: smtp.getdeckle.com
Port: 587
Username: apikey
Password: <your Deckle secret key>