Hello, I have installed my thinger Service as described in http://docs.thinger.io/deployment/
I have two questions
What are the Email Parameters for O365 respective how can I set it to
vi /var/snap/thinger-maker-server/common/config.json
"email" : {
“domain” : “domain.net”,
“type” : “smtp”,
“smtp” : {
“host” : “smtp.office365.com”,
“port” : “587”,
“username” : "user@domain.net",
“password” : “password”,
“secure” : true
}
},
Many Thanks for your help
Roman