Skip to content

Instantly share code, notes, and snippets.

View PanzerKunst's full-sized avatar

Christophe Bram PanzerKunst

  • 8b Services AB
  • Stockholm
View GitHub Profile

Keybase proof

I hereby claim:

  • I am panzerkunst on github.
  • I am panzerkunst (https://keybase.io/panzerkunst) on keybase.
  • I have a public key ASAz7Bx_EOBfdTTHi7ZJK8amFCa_pQDgHsMcq8ZbUK7nggo

To claim this, I am signing this object:

@PanzerKunst
PanzerKunst / EmailMessage.scala
Last active October 1, 2016 17:01
Small modification of Raúl Raja's Scala code to sent emails
import scala.concurrent.duration.FiniteDuration
/**
* The email message sent to Actors in charge of delivering email
*
* @param subject the email subject
* @param recipient the recipient
* @param from the sender
* @param text alternative simple text
* @param html html body