emailer/src/main/scala/cz/xelfi/quoridor/emailer/Notify.scala
changeset 242 ba048fb6c925
parent 240 29287b0a1a0b
child 244 32dd025e4b76
     1.1 --- a/emailer/src/main/scala/cz/xelfi/quoridor/emailer/Notify.scala	Sun Apr 25 22:46:08 2010 +0200
     1.2 +++ b/emailer/src/main/scala/cz/xelfi/quoridor/emailer/Notify.scala	Sun Apr 25 23:20:09 2010 +0200
     1.3 @@ -64,7 +64,7 @@
     1.4          }
     1.5          if (address != null) {
     1.6            sendEmail(
     1.7 -              "quoridor@xelfi.cz",
     1.8 +              address,
     1.9                subject,
    1.10                sb.toString
    1.11            )