Skip to content

Commit

Permalink
Update lib/wellknown.js
Browse files Browse the repository at this point in the history
add yandex-mail smtp service
  • Loading branch information
abalandin committed Oct 4, 2012
1 parent 046f524 commit 6a8356e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/wellknown.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,11 @@ module.exports = {
host: "smtp.postmarkapp.com",
port: 25,
requiresAuth: true
},
"yandex":{
host: "smtp.yandex.ru",
port: 465,
secureConnection: true,
requiresAuth: true
}
};

0 comments on commit 6a8356e

Please sign in to comment.