Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 546 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 546 Bytes

dmext

Extended utilities for digimaker, eg. outlook email, log, callbacks, etc

Outlook email

under dm.yaml/general

send_from: ""
mail_host: ""
mail_password: ""

Import mail in main.go

_ "github.com/digimakergo/dmext/mail"

DMEditor

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"