This commit is contained in:
XM-GO
2023-08-22 15:17:14 +08:00
parent 85f4f328f4
commit 4344771547
143 changed files with 13004 additions and 6957 deletions

View File

@@ -34,11 +34,6 @@ func (f externalSendEmailNodeFactory) Create(id string, meta Metadata) (Node, er
node := &externalSendEmailNode{
bareNode: newBareNode(f.Name(), id, meta, f.Labels()),
/*Host: email.Host,
Port: email.Port,
Nickname: email.Nickname,
Secret: email.Secret,
IsSSL: email.IsSSL,*/
}
return decodePath(meta, node)
}