EmailService

zio.mail.EmailService
See theEmailService companion object
trait EmailService

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def send(from: EmailAddress, to: Iterable[EmailAddress], subject: String, body: String): IO[Throwable, Unit]