private def formatEmail()

in app/com/gu/viewer/controllers/Email.scala [45:54]


  private def formatEmail(path: String): String = {
    s"""You requested App preview links whilst previewing an article.
      |Click a link below from your phone to open the App in preview mode and view the article before it gets published.
      |
      |iOS: https://entry.mobile-apps.guardianapis.com/deeplink/items/$path
      |Android: https://mobile-preview.guardianapis.com/items/$path
      |
      |
      |If you were not expecting this email please contact: editorial.tools.dev@theguardian.com""".stripMargin
  }