Skip to content

Java maven web based application for Email sending functionality. Gmail is used as SMTP server.

Notifications You must be signed in to change notification settings

ishanjogalekar/Email-sender-web-application

Repository files navigation

Java email sender webapp

-Web based application using Gmail SMTP server

Requirements

  1. JDK 17

    • If choosing another version of JDK specify in pom.xml file.
  2. Gmail account - Preferably use another account.

  3. Also give low security software access to account

  4. Server to deploy app on localhost

    • Here Tomcat server is used with port 2002.
  5. Maven dependencies are injected directly to avoid tight coupling in codes.

  6. Used some Bootstrap templates.

Steps

  1. Open project in IntelliJ Idea
  2. Give Password of your account in password.txt file.
  3. Setup Server for web app deployment.
  4. Give path of password.txt in EmailUtility class at line no.37 -> EmailUtility.java
 Path fileName = Path.of(" "); 
  1. Also add email at given filed in EmailUtility class at line no.39 -> EmailUtility.java
 String sender_Email = "";

Used tech stacks


Tomcat Server Download

Output Images -

  1. Webapp:

App

  1. Mail received:

Mail

About

Java maven web based application for Email sending functionality. Gmail is used as SMTP server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published