Configuration Error in CANS 1.5.2 [FIX]

Have you installed CANS 1.5.2 only to find this cryptic Java error?

[java] Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
[java] at cans.CANSDataStore.init(CANSDataStore.java:68)
[java] at cans.StartServer.main(StartServer.java:71)
[java] Java Result: 1

I updated the CANS 1.5.2 download to correct this error. It was so minor I didn't change the version number so just download the same file again. If you don't want to download CANS again, you can fix this problem by following these instructions:

1) Open the config/cans_config.txt file in you CANS source directory.

2) Enter values for smtp_host and email_from.

3) Save the file and start the CANS server with "ant test_run".

That's it. Enjoy.
-Chris