Skip to Content

Configure Emails

Bsh Engine allows you to configure your email settings to send emails to your users.

Configure Emails

Gmail Provider

Bsh Engine supports Gmail  as an email provider, you can configure it to send emails to your users using your Gmail account.

PropertyDescriptionRequireddefault
Gmail AddressThe email address to use for the SMTP serverYesnull
App PasswordThe app password to use for the SMTP serverYesnull
SMTP HostThe host of the SMTP serverYessmtp.gmail.com
SMTP PortThe port of the SMTP serverYes587
ProtocolThe protocol to use for the SMTP serverYessmtp
Enable AuthenticationWhether to enable authentication for the SMTP serverYestrue
Enable STARTTLSWhether to enable STARTTLS for the SMTP serverYestrue

How to get your Gmail App Password:

  • Go to your Google Account settings 
  • Navigate to Security → 2-Step Verification (if not enabled, enable it)
  • search for “App passwords”
  • Enter “BSH Engine” as the app name
  • Copy the generated 16-character password and use it above

Mail Dev Provider

Bsh Engine supports Mail Dev  as an email provider, you can configure it to send emails to your users using your Mail Dev account.

PropertyDescriptionRequireddefault
Gmail AddressThe email address to use for the SMTP serverYesnull
App PasswordThe app password to use for the SMTP serverYesnull
SMTP HostThe host of the SMTP serverYeslocalhost
SMTP PortThe port of the SMTP serverYes1025
ProtocolThe protocol to use for the SMTP serverYessmtp
Enable AuthenticationWhether to enable authentication for the SMTP serverYestrue
Enable STARTTLSWhether to enable STARTTLS for the SMTP serverYestrue