Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2 KB

Readme.md

File metadata and controls

58 lines (39 loc) · 2 KB

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