Skip to content

vireshmanagooli/Online-Survey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 

Repository files navigation

Online-Survey

This is simple Online Survey application.

Configuration:

Change the following email address in the file - Spring-Mail.xml

<property name="username" value="[email protected]" />
	<property name="password" value="password" />

In the place of '[email protected]' put the user name and in the place of 'password' put gmail password.

Change the following configurations too

<property name="from" value="[email protected]" />
	<property name="to" value="[email protected]" />

In the place of [email protected] put actual email address whom you which to send the autogenerated mail.

Added comments

About

This is simple Online Survey application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published