EmailNotificationService

works.iterative.service.email.EmailNotificationService
See theEmailNotificationService companion object

Attributes

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

Members list

Type members

Types

type Op[A] = ZIO[Any, Error, A]

Value members

Abstract methods

def sendEmail(content: EmailContent)(to: Email*): Op[Unit]

Concrete methods

def sendEmail(subject: String, content: String, attachments: Attachment*)(to: Email*): Op[Unit]