src/newseasons/loops/templates/email.clj @ 34a95eb41902

Delete account.
author Steve Losh <steve@stevelosh.com>
date Wed, 05 Oct 2011 20:32:33 -0400
parents (none)
children (none)
(ns newseasons.loops.templates.email)


(defn new-season [email show]
  (str "A new season of " (:title show) " has just hit iTunes!"
       "\n\n"
       (:latest show)
       "\n"
       (:url show)
       "\n\n"
       "If you want to stop receiving these emails you can delete your account "
       "by going to: http://newseasons.stevelosh.com/delete-account"))