mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
iot init
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user