https://github.com/viveknaskar/email-administration-application
A sample java application that creates an email for an administration.
https://github.com/viveknaskar/email-administration-application
email java
Last synced: 8 months ago
JSON representation
A sample java application that creates an email for an administration.
- Host: GitHub
- URL: https://github.com/viveknaskar/email-administration-application
- Owner: viveknaskar
- Created: 2020-07-07T07:58:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T17:54:55.000Z (about 5 years ago)
- Last Synced: 2023-08-29T19:20:04.750Z (about 2 years ago)
- Topics: email, java
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email Administration Application
A sample java application which creates an email for an administration.The mail created is of the format: firstname.lastname@department.company.com. Example of the email: vivek.naskar@devops.google.com
This application also generates a random password which is alphanumeric with only four characters allowed. Example of generated password: CQKMDV4#7N
The application also displays mailbox capacity which can be altered.