Skip to main content

Brevo Mail Server Configuration

  1. Navigate to HSYCO Manager

  2. Go to "Settings"

  1. Select "System"

  1. Go to the "EMail" tab

  1. Now go to https://app.brevo.com/) and register

  2. Click on your profile

  1. Select "SMTP & API"

  1. Here you should see the parameters that we're gonna write in HSYCO

  1. If you don't have a key, just click "Generate a new SMTP key"

  1. Copy the "SMTP Server"

  1. Paste it in the "SmtpName"

  1. Now copy the "Port"

  1. Paste it in the "SmtpPort"

  1. Write in the "SmtpUser" the mail that you registered to Brevo with

  1. Lastly, copy the "Master Password"

  1. Paste it in the "SmtpPassword" field

  1. Click "Save"

  1. Click "Save" again and wait for HSYCO to restart

Now we'll write some EVENTS code to send a mail

  1. Go to "Code Editor"

  1. Click "New Events File"

  1. Give it a name ("brevo.txt" for example) and click "New File"

  1. Copy the following line of code in the file and save it:
HSYCOSTART : MAIL "receivermail@hsyco.com" = "mailto:yourmail@hsyco.com" "subject" "body"

What this does is it sends an email message to "receiveremail@gmail.com" from "mailto:yourgmail@gmail.com" with a subject and the body of the message when HSYCO starts. The format of the command is:

MAIL to = from subject body

It is also possible to send the same email to a space separated list of email addresses or also send images or live frames in the body of the message