PM

Postmark Configuration

Fast transactional emails

Postmark specializes in transactional email with blazing fast speeds and industry-leading deliverability.

.env configuration

# LaravelSMTP Postmark Configuration
LSMTP_PROVIDER=postmark
LSMTP_FROM_ADDRESS=no-reply@yourdomain.com
LSMTP_FROM_NAME="Your App Name"

# Postmark
POSTMARK_TOKEN=your-server-token-here

Test your setup

php artisan laravelsmtp:test your-email@domain.com