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