Title / Description
Code (defn- email-activation-code [{:keys [email username activation_code]}] (future (mailer/send-email {:from config/emails-from :to email :subject "Account activation" :body (str "Hi " username ",\n\n" "To activate your " config/app-name " account just follow the link below:\n\n" (str (common/base-url) "/activate/" activation_code) "\n\nCheers!")})))
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code