Skip to content

This code allows you to set up a local SMTP server on port 2525.

Notifications You must be signed in to change notification settings

r2hu1/Mail-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Mail Server

This code creates a local SMTP server on port 2525.

The server allows anonymous connections (authOptional is true) and logs all incoming mail data to the console when an email is received.

It also allows authentication and connection requests, and responds with success (true) to both.

The server logs any errors to the console.

About

This code allows you to set up a local SMTP server on port 2525.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published