https://github.com/mohamedhegab/mailchecker
This app uses Mailboxlayer API to check if the email given is SMTP or not
https://github.com/mohamedhegab/mailchecker
Last synced: 2 months ago
JSON representation
This app uses Mailboxlayer API to check if the email given is SMTP or not
- Host: GitHub
- URL: https://github.com/mohamedhegab/mailchecker
- Owner: MohamedHegab
- Created: 2018-10-31T18:24:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T21:38:32.000Z (over 6 years ago)
- Last Synced: 2025-01-05T10:31:18.592Z (4 months ago)
- Language: Ruby
- Homepage: https://mailchecker1.herokuapp.com
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mailchecker
## Features
Mailchecker has the following:
- External service structure
- Error and Exception Handling
- Rspec Controller Testing
- Rspec Stubbing API calling* Ruby version 2.5.0
* System dependencies
- [Mailboxlayer](https://mailboxlayer.com/documentation)
- [Rspec](https://github.com/rspec/rspec-rails)* Configuration
* Database creation
Postgresql Database
```
mv config/application-example.yml config/application.yml
```
* Database initialization
```
bundle exec rake db:create && bundle exec rake db:migrate
```
* How to run the test suite
```
bundle exec rspec
```
## Authors* **Mohamed Hegab** - *Initial work* - [MohamedHegab](https://github.com/MohamedHegab)