Skip to content

Instantly share code, notes, and snippets.

@lu4nm3
Created May 16, 2020 20:10
Show Gist options
  • Save lu4nm3/6cff4b0ab78021ca708c6ca1e2a86e52 to your computer and use it in GitHub Desktop.
Save lu4nm3/6cff4b0ab78021ca708c6ca1e2a86e52 to your computer and use it in GitHub Desktop.
scala> EmailClient.sendEmail(from = EmailAddress("[email protected]"), to = EmailAddress("[email protected]"))(
"""
Hello,
Hope you're doing well!
Best,
Luis
"""
)
res0: IO[Unit] = IO(())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment