Skip to content

Instantly share code, notes, and snippets.

View juanstiza's full-sized avatar

Juan Stiza juanstiza

  • Venari.ai
  • Santiago, Chile
  • 03:26 (UTC -03:00)
View GitHub Profile
@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