Added unit test for email

This commit is contained in:
2013-07-20 22:26:43 +10:00
parent f0ac96de94
commit 34e2a89066
4 changed files with 35 additions and 3 deletions

View File

@@ -299,4 +299,4 @@ class EmailSettings:
Get the to address for emails
"""
return self.__config["To"]
return self.__config["To"]