mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Rename RED.utils to RED.util. Fixes #364.
This commit is contained in:
@@ -73,7 +73,7 @@ module.exports = function(RED) {
|
||||
if (msg != null) {
|
||||
if (smtpTransport) {
|
||||
node.status({fill:"blue",shape:"dot",text:"sending"});
|
||||
var payload = RED.utils.ensureString(msg.payload);
|
||||
var payload = RED.util.ensureString(msg.payload);
|
||||
|
||||
smtpTransport.sendMail({
|
||||
from: node.userid, // sender address
|
||||
|
Reference in New Issue
Block a user