Files
n8n/credentials/18.json

20 lines
423 B
JSON
Raw Normal View History

2022-05-26 20:57:30 +03:00
{
"id": 18,
"name": "SMTP account",
2022-06-01 05:27:46 +00:00
"data": {
"user": "it@chernigiv-rada.gov.ua",
"password": "rhfcyjtbxthyjt",
"host": "192.168.40.35",
"port": 25,
"secure": false
},
2022-05-26 20:57:30 +03:00
"type": "smtp",
"nodesAccess": [
{
"nodeType": "n8n-nodes-base.emailSend",
"date": "2022-05-03T05:44:16.359Z"
}
],
"createdAt": "2022-05-03T05:44:16.377Z",
"updatedAt": "2022-05-03T06:46:57.345Z"
}