SendImpl

emil.javamail.internal.SendImpl
final class SendImpl[F[_]] extends Send[F, JavaMailConnection]

Attributes

Graph
Supertypes
trait Send[F, JavaMailConnection]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def sendMails(mails: NonEmptyList[Mail[F]]): Kleisli[F, JavaMailConnection, NonEmptyList[String]]

Return an operation that sends a list of mails and returns the generated messageIDs.

Return an operation that sends a list of mails and returns the generated messageIDs.

Attributes

Inherited methods

def send(mail: Mail[F], mails: Mail[F]*): Kleisli[F, C, NonEmptyList[String]]

Attributes

Inherited from:
Send