Automatically send and track recurring emails securely. Simple and Minimalist.
To use this in your localhost
(Frontend)
npm install
npm start
(Backend)
npm install
npm run dev
To deploy this project run
npm run deploy
MIT License
Copyright (c) 2021 kanishkguptagit
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Install my-project with npm
npm install my-project
cd my-project
- Lightweight and fast
- Made using mern stack
- Seamless performance possible due to Reactjs
- Simple and appealing UI
- Smooth and responsive experience
- Various font decoration features while composing a mail
- Mails can be scheduled to be sent in future
- Recurring mails possible
- View scheduled mail and history of mails sent
- Backend in node (Typescript) for scalibility purpose
- Persistent logins
- Highly secured endpoints
- Used amazon's mailing service for enhanced speed
- Required recievers consent so as to avoid spamming
- Used MongoDB for data security
- Backend deployed in heroku
- Frontend hosted in netlify
- Mails are recovered even after server failure to avoid any inconvenience caused to our clients and their business
import Component from 'my-project';
function App() {
return <Component />;
}
Refactored to MVC structure. Made the code cleaner and easier to debug. UI was optimised to be as simple as intuitive as possible.