Extended utilities for digimaker, eg. outlook email, log, callbacks, etc
under dm.yaml/general
send_from: ""
mail_host: ""
mail_password: ""
Import mail in main.go
_ "github.com/digimakergo/dmext/mail"
Configure dmeditor server dm.yaml/general
. For running dmeditor server please check https://github.com/digimakergo/dmeditor
dmeditor_server_url: "http://localhost:8086/dmeditor"
Import dmeditor in main.go
_ "github.com/digimakergo/dmext/dmeditor"