Rather pass in address of the recipient
authorJaroslav Tulach <jtulach@netbeans.org>
Sun, 25 Apr 2010 23:20:09 +0200
changeset 242ba048fb6c925
parent 241 b6a67364aff7
child 243 c68aee8541cb
Rather pass in address of the recipient
emailer/src/main/scala/cz/xelfi/quoridor/emailer/Notify.scala
     1.1 --- a/emailer/src/main/scala/cz/xelfi/quoridor/emailer/Notify.scala	Sun Apr 25 22:55:23 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            )