If you are in a notebook or pipeline you may prefer to use the Scala/Spark API to create the Email Server
val emailServer = OwlUtils.createEmailServer("smtp-relay.sendinblue.com", 587)
emailServer.setUsername("[email protected]")
emailServer.setPassword("abc")
emailServer.setCurrentSet(1)
Util.EmailServerDaoFactory.delete(emailServer)
Util.EmailServerDaoFactory.insert(emailServer)
Navigate to OwlWeb URL. Then click the gear icon on the left in the admin section and click alerts.
Also shows some of the common rules associated with this dataset for quick reference while creating.