Skip to content

Commit

Permalink
Added OhMySMTP to services
Browse files Browse the repository at this point in the history
https://ohmysmtp.com is a new transactional email provider, this commit adds their SMTP server details to the well-known services.
  • Loading branch information
paul-oms authored and andris9 committed Feb 5, 2021
1 parent 6e045d1 commit a455716
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/well-known/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
"secure": false
},

"OhMySMTP": {
"host": "smtp.ohmysmtp.com",
"port": 587,
"secure": false
},

"Postmark": {
"aliases": ["PostmarkApp"],
"host": "smtp.postmarkapp.com",
Expand Down

0 comments on commit a455716

Please sign in to comment.