Configuration

This application needs to be configured with some personal information. This includes the username/password of your dyndns account, an email server, and the to/from email addresses of the email.

To protect this information, this project has a Maven dependency on another project named ferris-dyndns-jmce-private. Although this project exists in source control, it does NOT exist in the Maven repository.

In order to function properly, the ferris-dyndns-jmce-private-0.0.2.jar JAR must be installed in the local Maven repository. This JAR file needs to contain the ferris-dyndns-jmce-private.properties file in the ROOT of the JAR directory structure. The ferris-dyndns-jmce-private.properties file must contain the following:

# The computer name or ip address of the mail server.      
host=

# The email address of the person to send the email from 
from_address=
# The name of the person to send the email from.
from_name=

# The email address of the administrator to send the email to
to_address=
# The the name of the administrator to send the email to.
to_name=

# Subject for error Email
subject=

# Dyndns Username
username=

# Dyndns Password
password=