to static method

MailerInterface to(
  1. dynamic addresses
)

Sets the recipient(s) of the email.

Implementation

static MailerInterface to(dynamic addresses) => manager.to(addresses);