SG

SendGrid Configuration

Reliable email delivery at scale

SendGrid provides reliable, scalable email delivery for both transactional and marketing emails.

.env configuration

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

# SendGrid API Key
SENDGRID_API_KEY=your-api-key-here

Test your setup

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