Created
May 16, 2020 20:10
-
-
Save lu4nm3/6cff4b0ab78021ca708c6ca1e2a86e52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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