Skip to content
On this page

Email

Setup Email

Need to config mail in Admin -> Settings -> Email.

Support Mailgun, SendGrid, SES, Gmail, Sendmail... and other SMTP mail services. We suggest use Mailgun to send mail.

Make sure that you have saved settings (button Save settings at the bottom of page) before sending a test email.

Using Gmail

Example:

  • Mail Driver: SMTP
  • Mail Host: smtp.gmail.com
  • Mail Port: 587
  • Mail Encryption: tls
  • Mail Username: [your-gmail]
  • Mail Password: [password-app]

You can learn more about Google SMTP.

Using Mailgun

Example:

The secret key must have a prefix key-. Ex: key-xxxxx.

Using SendGrid

Example:

  • Mail Host: smtp.sendgrid.net
  • Mail Port: 587
  • Username must be apikey.

Using Yandex

Edit Email template

  • Email template using HTML & and click dropdown *Variables to insert available variable. You need to know HTML and Laravel blade.

Crafted with ❤️