nodemailer / smtp-server

Create custom SMTP servers on the fly
Other
846 stars 145 forks source link

Expose ".address()" method as well as other netserver internals #135

Open niftylettuce opened 4 years ago

niftylettuce commented 4 years ago

Having to call server.server.address() is kind of wonky. Could we inherit the netserver props on server?