Skip to main content

Prerequisites

SMTP credentials

To set up your SMTP integration, you’ll need to provide the following credentials:
  • Host: smtp-out.mailrify.com
  • Port: 465, 587, 2465, or 2587
  • Username: sendit
  • Password: YOUR-API-KEY

Configure Laravel to send emails using SMTP

Add this to your .env file:
MAIL_MAILER=smtp
MAIL_HOST=smtp-out.mailrify.com
MAIL_PORT=587
MAIL_ENCRYPTION=tls
MAIL_USERNAME=sendit
MAIL_PASSWORD=YOUR_API_KEY