Skip to content

Commit

Permalink
Update lib/wellknown.js
Browse files Browse the repository at this point in the history
adding DynectEmail as a well known provider.
  • Loading branch information
jukebox42 committed Oct 19, 2012
1 parent 7ae622b commit 99b93c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/wellknown.js
Expand Up @@ -60,5 +60,10 @@ module.exports = {
port: 465,
secureConnection: true,
requiresAuth: true
},
"DynectEmail":{
host:"smtp.dynect.net"
port:25,
requiresAuth: true
}
};

0 comments on commit 99b93c6

Please sign in to comment.