node-mail
node-mail copied to clipboard
variable 'domain' name conflict resolved
EventEmitter has variable named 'domain'. So, 'domain' in smtp.js is convert to 'domainName'
Would it be possible to merge this commit? It seems pretty harmful and it would be great to be able to use this module with recent node versions.
@pjparra you can merge as fast-forward. I modify just variable name to this.domainName from this.domain and It works.
I don't know that any problem in my commit.

This screen shot is merge message in my local repo.
Sorry for my bad english.