EmailNotificationService

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

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Error

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Error.type
sealed trait Error

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

def sendEmail(subject: String, content: String, attachments: Attachment*)(to: Email*): ZIO[EmailNotificationService, Error, Unit]
def sendEmail(content: EmailContent)(to: Email*): ZIO[EmailNotificationService, Error, Unit]