im.actor.server.activation.internal.EmailTemplate.scala Maven / Gradle / Ivy
package im.actor.server.activation.internal
object EmailTemplate {
//fixme: load from resources
val template: String =
"""
|
|
|
|
|
| [Actor] Notifications for May 13th, 2015
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| You're almost done.
|
|
| Enter this verification code to access Actor:
|
|
|
|
| $$CODE$$
|
|
| Is this my password?
|
| No. To keep you safe, Actor doesn't use passwords. You'll receive a new temporary code each time you sign in to Actor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
""".stripMargin
}