Giter VIP home page Giter VIP logo

infomail's Introduction

InfoMail-logo

InfoMail

About the project

InfoMail is an email service that allows you:

  1. send emails to one or more addresses (include CC and BCC);
  2. schedule a message to be sent on a date;
  3. resend emails at specified intervals;
  4. creating and sharing templates

Features

  1. JWT-token authentication
  2. Two-factor authentication
  3. Docker compose with all services

Project links

Start the project locally

Required to install

  • Java 17
  • PostgreSQL (9.5.9 or higher)
  • Docker
  • MailHog in Docker or a Gmail account that allows you to use SMTP

Installing

  1. Clone this repository to your local machine using:
git clone https://github.com/Lastzlo/InfoMail.git
  1. Create a database
  2. Set up environmental variables in application.yml or in Intellij Idea (Edit Configurations... -> Environmental variables:)
INFOMAIL_DEFAULT_TIMEZONE=Europe/Kiev;
INFOMAIL_FRONT_REG_LINK=http://localhost:4200/#/auth/registration/;
INFOMAIL_FRONT_URL=http://localhost:4200;
INFOMAIL_SECURITY_SECRET=onfn923oiNkfJj32fsl230cdl3mcLNL42lfl932O23Fknlfsdlsf32f04f;
MAIL_EMAIL=infomail;
MAIL_HOST=localhost;
MAIL_PASSWORD=infomail;
MAIL_PORT=1025;
SPRING_DATASOURCE_PASSWORD=postgrespw;
SPRING_DATASOURCE_URL=jdbc:postgresql://localhost:5432/infomail;
SPRING_DATASOURCE_USERNAME=postgres

infomail's People

Contributors

vmdex avatar shutuper avatar yhnitii avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.