Categorygithub.com/digimakergo/dmext
module
0.1.1-beta.1
Repository: https://github.com/digimakergo/dmext.git
Documentation: pkg.go.dev

# README

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"

# Packages

No description provided by the author
xc 2022-01-04 Digimaker mail that supports outlook mail Usage: import this package in project.