Comparing version 1.0.5 to 1.0.6
@@ -14,6 +14,6 @@ // Simple SMTP Email Sender | ||
__construct: function(hostname, port) { | ||
__construct: function(host, port) { | ||
// class constructor | ||
this.options = { | ||
hostname: hostname || '127.0.0.1', | ||
host: host || '127.0.0.1', | ||
port: port || 25 | ||
@@ -20,0 +20,0 @@ }; |
{ | ||
"name": "pixl-mail", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A very simple class for sending e-mail via SMTP.", | ||
@@ -5,0 +5,0 @@ "author": "Joseph Huckaby <jhuckaby@gmail.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10621